diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-02-26 00:39:29 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-02-26 00:39:29 (GMT) |
commit | 85c76436fded17c553a0f921bf68497af3adef0f (patch) | |
tree | 2e57139ea8e67a67b4a2949c5c1019e4aa302f48 /ChangeLog | |
parent | a344ae3793c73dc106829db09c1fe1e43a588da6 (diff) | |
download | tcl-85c76436fded17c553a0f921bf68497af3adef0f.zip tcl-85c76436fded17c553a0f921bf68497af3adef0f.tar.gz tcl-85c76436fded17c553a0f921bf68497af3adef0f.tar.bz2 |
[Bug 2818131] further tests added to cover use of mismatched zlib algorithms
Using zlib gzip to write and inflate to read from a channel where gets
was also used for reading data was causing a crash. This has been
fixed by Andreas' last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-02-26 Pat Thoyts <patthoyts@users.sourceforge.net> + + * tests/zlib.test: Add tests for [Bug 2818131] which was crashing + with mismatched zlib algorithms used in combination with + gets. This issue has been fixed by Andreas last commit. + 2010-02-25 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclHash.c [ tcl-Feature Requests-2958832 ] Further |