diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 10:27:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-20 10:27:59 (GMT) |
commit | e869b1a1803b9f46c999d37648494cd36e63b6b3 (patch) | |
tree | 4786e699f675fabc36a4ce58cc9c5b55910c6ef3 /changes | |
parent | b051d9a81becdf9a242bd555d5f061d748fec91e (diff) | |
download | tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.zip tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.tar.gz tk-e869b1a1803b9f46c999d37648494cd36e63b6b3.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 --- |