diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 10:27:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 10:27:59 (GMT) |
commit | e869b1a1803b9f46c999d37648494cd36e63b6b3 (patch) | |
tree | 4786e699f675fabc36a4ce58cc9c5b55910c6ef3 /ChangeLog | |
parent | b051d9a81becdf9a242bd555d5f061d748fec91e (diff) | |
download | tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.zip tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.tar.gz tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.tar.bz2 |
Plug a buffer overflow in the GIF reader
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2005-06-18 Daniel Steffen <das@users.sourceforge.net> +2005-06-20 Donal K. Fellows <donal.k.fellows@man.ac.uk> *** 8.4.11 TAGGED FOR RELEASE *** + * generic/tkImgGIF.c (mInit,Mgetc,Fread): Stop anyone from reading + off the end of a buffer. + +2005-06-18 Daniel Steffen <das@users.sourceforge.net> + * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish symbolic link. |