summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2007-09-11 18:05:03 (GMT)
committerrmax <rmax>2007-09-11 18:05:03 (GMT)
commit4c6391873ec6a75617ac9df3f6906f41b6d9dbbd (patch)
tree8328fbb356381b101c3a679d3faa8a0e92af1251 /ChangeLog
parente125b9425935c29a2a759b69e4146adbc012a183 (diff)
downloadtk-4c6391873ec6a75617ac9df3f6906f41b6d9dbbd.zip
tk-4c6391873ec6a75617ac9df3f6906f41b6d9dbbd.tar.gz
tk-4c6391873ec6a75617ac9df3f6906f41b6d9dbbd.tar.bz2
* generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by
multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 281f44a..ff7d6fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-11 Reinhard Max <max@suse.de>
+
+ * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by
+ multi-frame interlaced GIFs that contain subsequent frames that
+ are smaller than the first one.
+
+ * tests/imgPhoto.test: Added a test for the above.
+
2007-09-11 Don Porter <dgp@users.sourceforge.net>
* generic/tkConsole.c: Revised calls to Tcl_InitStubs() and