summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2010-02-26 00:39:29 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2010-02-26 00:39:29 (GMT)
commit85c76436fded17c553a0f921bf68497af3adef0f (patch)
tree2e57139ea8e67a67b4a2949c5c1019e4aa302f48 /ChangeLog
parenta344ae3793c73dc106829db09c1fe1e43a588da6 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db2e2c4..b4d08ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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