summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-02-04 21:44:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-02-04 21:44:00 (GMT)
commit2a767dc40caf7a7858531d3c96157ca65887a81c (patch)
treede0ccd64e9af4e139f87f58698c96c66f8be0a6d /ChangeLog
parent9f7359d15a1021f73c56a60fdda744f15cb86c96 (diff)
downloadtk-2a767dc40caf7a7858531d3c96157ca65887a81c.zip
tk-2a767dc40caf7a7858531d3c96157ca65887a81c.tar.gz
tk-2a767dc40caf7a7858531d3c96157ca65887a81c.tar.bz2
Correct security bug ID.core_8_5_1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3181f7..82b97ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@
2008-02-01 Reinhard Max <max@suse.de>
- * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).
+ * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2008-0553).
* tests/imgPhoto.test: Added a test for the above.
2008-01-31 Jeff Hobbs <jeffh@ActiveState.com>