summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2004-07-27 20:31:01 (GMT)
committerdas <das>2004-07-27 20:31:01 (GMT)
commit05404c9f8c086384d48880c8e4e07243443b4f23 (patch)
tree8615b636a3c9eab7a362e4519a18d3e70a6cfee7 /ChangeLog
parent42ad4e15c28ba0952715b1cb1d341f58f150618a (diff)
downloadtk-05404c9f8c086384d48880c8e4e07243443b4f23.zip
tk-05404c9f8c086384d48880c8e4e07243443b4f23.tar.gz
tk-05404c9f8c086384d48880c8e4e07243443b4f23.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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bea583..bf268cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
*** 8.4.7 TAGGED FOR RELEASE ***
+ * 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().
+
* generic/tkRectOval.c (ComputeRectOvalBbox): Mac OS X specific
fix to rounding in bounding box 'bloat' calculation to avoid drawing
outside of bounding box when CG drawing enabled. Fix probably