summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-19 21:59:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-19 21:59:17 (GMT)
commitef2ad353d74da54fe55bed15a320b667774cb790 (patch)
treebf533de31e429fe873d4937760b81b135cb5a40c /ChangeLog
parent7b94da051e6dde67f1a1602c93fffbcc98787cf1 (diff)
downloadtcl-ef2ad353d74da54fe55bed15a320b667774cb790.zip
tcl-ef2ad353d74da54fe55bed15a320b667774cb790.tar.gz
tcl-ef2ad353d74da54fe55bed15a320b667774cb790.tar.bz2
* generic/tclIO.c: Revised ReadChars and FilterInputBytes routines
to permit reads to continue up to the string limits of Tcl values. Before revisions, large read attempts could panic when as little as half the limiting value length was reached. [Patch 2107634] Thanks to Sean Morrison and Bob Parker for their roles in the fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b4a3f9..609b273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-19 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines
+ to permit reads to continue up to the string limits of Tcl values.
+ Before revisions, large read attempts could panic when as little as
+ half the limiting value length was reached. [Patch 2107634]
+ Thanks to Sean Morrison and Bob Parker for their roles in the fix.
+
2009-10-18 Joe Mistachkin <joe@mistachkin.com>
* tests/thread.test (thread-4.[345]): [Bug 1565466]: Correct tests to