diff options
author | das <das> | 2004-07-27 20:31:01 (GMT) |
---|---|---|
committer | das <das> | 2004-07-27 20:31:01 (GMT) |
commit | 05404c9f8c086384d48880c8e4e07243443b4f23 (patch) | |
tree | 8615b636a3c9eab7a362e4519a18d3e70a6cfee7 /ChangeLog | |
parent | 42ad4e15c28ba0952715b1cb1d341f58f150618a (diff) | |
download | tk-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |