summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-11-26 20:38:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-11-26 20:38:34 (GMT)
commit55f6adc5b76aed80e9078d161d890051fecbc651 (patch)
tree4b3c4719ed27a5a97869113ec8a9418f1c35be81 /ChangeLog
parent671bcba7bb5831707282a085723aaf9c2812fd9a (diff)
downloadtk-55f6adc5b76aed80e9078d161d890051fecbc651.zip
tk-55f6adc5b76aed80e9078d161d890051fecbc651.tar.gz
tk-55f6adc5b76aed80e9078d161d890051fecbc651.tar.bz2
* generic/tkImgPPM.c (StringReadPPM): Corrected a comparison
whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf57bd5..65766b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
2007-11-26 Kevin Kenny <kennykb@acm.org>
+ * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison
+ whose sense was reversed that resulted in reading beyond the
+ end of the input buffer on malformed PPM data. [Bug #1822391]
* library/tkfbox.tcl (VerifyFileName): Corrected a couple
of typos in handling of bad file names. [Bug #1822076]
- * tests/filebox.test (filebox-7.1, filebox-7.2): Added
- test cases that exercise the above bug.
Thanks to Christoph Bauer (fridolin@users.sf.net) for the
patch.
+ * tests/filebox.test (filebox-7.1, filebox-7.2): Added
+ test cases that exercise [Bug #1822076].
+ * tests/imgPPM.test (imgPPM-4.1): Added test case that
+ exercises [Bug #1822391].
2007-11-25 Joe English <jenglish@users.sourceforge.net>