summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax@noemail.net>2008-02-01 16:59:56 (GMT)
committerrmax <rmax@noemail.net>2008-02-01 16:59:56 (GMT)
commit8a5f686bc1ab1f05aaf996f0ce846af178d2c47c (patch)
tree8d1b1136c1077fc11fc759459a79faa36a791377 /ChangeLog
parenta9aa1b4aa8be79eb2221c17665624b8b6727ce19 (diff)
downloadtk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.zip
tk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.tar.gz
tk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.tar.bz2
* generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).
* tests/imgPhoto.test: Added a test for the above. FossilOrigin-Name: fb40595a088937ee93e4572b98f7787e3e4461a3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b05e26c..0f4b5b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-01 Reinhard Max <max@suse.de>
+
+ * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).
+ * tests/imgPhoto.test: Added a test for the above.
+
2007-12-31 Don Porter <dgp@users.sourceforge.net>
*** 8.4.17 TAGGED FOR RELEASE ***