summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-06-20 10:27:59 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-06-20 10:27:59 (GMT)
commit1d800984faf01f8f89b4cd9ff88d25c5563f9503 (patch)
tree4786e699f675fabc36a4ce58cc9c5b55910c6ef3 /changes
parent0956517e216fc0be32d8ca781660e757c3447295 (diff)
downloadtk-1d800984faf01f8f89b4cd9ff88d25c5563f9503.zip
tk-1d800984faf01f8f89b4cd9ff88d25c5563f9503.tar.gz
tk-1d800984faf01f8f89b4cd9ff88d25c5563f9503.tar.bz2
Plug a buffer overflow in the GIF reader
Diffstat (limited to 'changes')
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index c8feaf8..5701b0e 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.64.2.21 2005/06/18 19:55:46 dgp Exp $
+RCS: @(#) $Id: changes,v 1.64.2.22 2005/06/20 10:28:00 dkf 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
@@ -5824,4 +5824,6 @@ Documentation improvements [1087842,1081527,1115907,etc.]
2005-06-04 (bug fix)[1114977] UID thread-safety in canvas (fellows)
+2005-06-20 (bug fix) Eliminate buffer overflow in GIF decoder (fellows)
+
--- Released 8.4.11, June 24, 2005 --- See ChangeLog for details ---