summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-05 14:10:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-05 14:10:57 (GMT)
commit96c4e667ecc3d5195843b6bdcc56040f3827fff1 (patch)
treec58458e8bcd9d6d003559be47a652e2531242b15 /ChangeLog
parent824d5f55c502884fdf4482275d90eea283dbbdf3 (diff)
downloadtcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.zip
tcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.tar.gz
tcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.tar.bz2
* generic/tclStringObj.c: Added overflow protections to the
AppendUtfToUtfRep routine to either avoid invalid arguments and crashes, or to replace them with controlled panics. [Bug 2561794]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4467a3..15452f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-05 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStringObj.c: Added overflow protections to the
+ AppendUtfToUtfRep routine to either avoid invalid arguments and
+ crashes, or to replace them with controlled panics. [Bug 2561794]
+
2009-02-04 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of