summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-20 10:27:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-20 10:27:59 (GMT)
commite869b1a1803b9f46c999d37648494cd36e63b6b3 (patch)
tree4786e699f675fabc36a4ce58cc9c5b55910c6ef3 /ChangeLog
parentb051d9a81becdf9a242bd555d5f061d748fec91e (diff)
downloadtk-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--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8702c5e..8962316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.