diff options
author | rmax <rmax> | 2007-09-11 18:01:45 (GMT) |
---|---|---|
committer | rmax <rmax> | 2007-09-11 18:01:45 (GMT) |
commit | 7548e69f75b914997b3a2f1f0404eb7693b426d1 (patch) | |
tree | 43e8911e117b031a2199690827934e981b0f9df7 /ChangeLog | |
parent | d13d64c12f225e321c7028a569483d75917cff0f (diff) | |
download | tk-7548e69f75b914997b3a2f1f0404eb7693b426d1.zip tk-7548e69f75b914997b3a2f1f0404eb7693b426d1.tar.gz tk-7548e69f75b914997b3a2f1f0404eb7693b426d1.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 Daniel Steffen <das@users.sourceforge.net> * unix/configure.in: backport of TK_INCLUDE_SPEC addition. |