]> hydra-www.ietfng.org Git - gtetrinet/commit
SECURITY FIXES: replace all uses of strcpy(), strcat(), strncpy() and strncat() with...
authorJordi Albornoz <jordi@src.gnome.org>
Sun, 27 Oct 2002 22:31:33 +0000 (22:31 +0000)
committerJordi Albornoz <jordi@src.gnome.org>
Sun, 27 Oct 2002 22:31:33 +0000 (22:31 +0000)
commitf9148638c973459bf4b693d0210e026d5d3872d6
tree7f490a61085aa2bb6091a37aa6e9ccf8dbee88c8
parent0111de464ca943f024a8378e675af2cf8a823ee9
SECURITY FIXES: replace all uses of strcpy(), strcat(), strncpy() and strncat() with safe versions. Fix buffer overflows in theme code, partyline and other places; cleanup other places to minimize risks. Patch from James Antill.
14 files changed:
ChangeLog
NEWS
src/client.c
src/commands.c
src/config.c
src/dialogs.c
src/fields.c
src/gtetrinet.c
src/misc.c
src/misc.h
src/partyline.c
src/sound.c
src/tetrinet.c
src/winlist.c