summaryrefslogtreecommitdiffstats
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
parent9f7359d15a1021f73c56a60fdda744f15cb86c96 (diff)
downloadtk-2a767dc40caf7a7858531d3c96157ca65887a81c.zip
tk-2a767dc40caf7a7858531d3c96157ca65887a81c.tar.gz
tk-2a767dc40caf7a7858531d3c96157ca65887a81c.tar.bz2
Correct security bug ID.core_8_5_1
-rw-r--r--ChangeLog2
-rw-r--r--changes6
2 files changed, 4 insertions, 4 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>
diff --git a/changes b/changes
index 413d72f..f5b0387 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.124 2008/02/01 22:11:26 dgp Exp $
+RCS: @(#) $Id: changes,v 1.125 2008/02/04 21:44:01 dgp Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -6480,6 +6480,6 @@ Several documentation and release notes improvements
2008-01-31 (bug fix)[1881892] messagebox default title (hobbs)
-2008-02-01 (bug fix)[CVE-2006-4484] buffer overflow in GIF format (max)
+2008-02-01 (bug fix)[CVE-2008-0553] buffer overflow in GIF format (max)
---- Released 8.5.1, February 1, 2008 --- See ChangeLog for details ---
+--- Released 8.5.1, February 5, 2008 --- See ChangeLog for details ---