[crossfire] Re: [Crossfire-cvs] CVS commit: client
Nicolas Weeger
nicolas.weeger at laposte.net
Sat Feb 5 17:35:25 CST 2005
>
Modified Files:
>
client: CHANGES
>
client/common: client-types.h commands.c misc.c newsocket.c player.c
>
proto.h
>
client/gtk: gx11.c keys.c
>
client/gtk/win32: config.h
>
>
Log Message:
>
Fix a buffer overflow in unbind output. Make strings const when possible
Just committed those modifications. Strings are now const when
possible (specially when getting values from GTK widgets).
Since i changed some files in common, i may have broken gnome/x11
clients (are they still in use??).
I do think my changes make the code more robust (preventing writing on
const char), so i think it's worth breaking the 2 other clients for
the time it'll take someone to make the hopefully trivial changes to
fix :)
Ryo
More information about the crossfire
mailing list