summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-19 22:00:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-19 22:00:19 (GMT)
commite6b9dc1ca77df45483a0daaba818bffd3989363e (patch)
tree977976c2fc60a3ced967f3d37b3781aa35076881 /ChangeLog
parent87322cc40198a30c474da4769e08103cb41e7576 (diff)
downloadtcl-e6b9dc1ca77df45483a0daaba818bffd3989363e.zip
tcl-e6b9dc1ca77df45483a0daaba818bffd3989363e.tar.gz
tcl-e6b9dc1ca77df45483a0daaba818bffd3989363e.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 f3b82ae..18b8933 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>
* generic/tclObj.c (TclDbDumpActiveObjects, TclDbInitNewObj)