diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-20 10:27:59 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-20 10:27:59 (GMT) |
commit | 1d800984faf01f8f89b4cd9ff88d25c5563f9503 (patch) | |
tree | 4786e699f675fabc36a4ce58cc9c5b55910c6ef3 /changes | |
parent | 0956517e216fc0be32d8ca781660e757c3447295 (diff) | |
download | tk-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-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 --- |