summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-07-27 21:19:32 (GMT)
committerdas <das>2004-07-27 21:19:32 (GMT)
commitbea5263502ccdb979e3792cd7c809a017fb8bc91 (patch)
tree24f58d9ef92d89aa7027c0ef78aaabf086d074b5 /ChangeLog
parentc19d414695a660b3ffaca0e118e3232492bbc8f1 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f68deb..13c0749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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