diff options
author | das <das> | 2004-07-27 21:19:32 (GMT) |
---|---|---|
committer | das <das> | 2004-07-27 21:19:32 (GMT) |
commit | bea5263502ccdb979e3792cd7c809a017fb8bc91 (patch) | |
tree | 24f58d9ef92d89aa7027c0ef78aaabf086d074b5 /ChangeLog | |
parent | c19d414695a660b3ffaca0e118e3232492bbc8f1 (diff) | |
download | tk-bea5263502ccdb979e3792cd7c809a017fb8bc91.zip tk-bea5263502ccdb979e3792cd7c809a017fb8bc91.tar.gz tk-bea5263502ccdb979e3792cd7c809a017fb8bc91.tar.bz2 |
* generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:
in case of premature end of image data, return error instead of
passing nil buffer to Tk_PhotoPutBlock().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-27 Daniel Steffen <das@users.sourceforge.net> + + * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: + in case of premature end of image data, return error instead of + passing nil buffer to Tk_PhotoPutBlock(). + 2004-07-22 Jeff Hobbs <jeffh@ActiveState.com> * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory |