summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-04-15 19:07:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-04-15 19:07:04 (GMT)
commit7ca17ffd2e527a94b2588fa43f774708d0c69191 (patch)
treebe17f1afccd9825febecdd2216f6c47b60ce5012 /ChangeLog
parentfcc097bf7b3d1cb9f0c55b44b014eeec2b319846 (diff)
downloadtcl-7ca17ffd2e527a94b2588fa43f774708d0c69191.zip
tcl-7ca17ffd2e527a94b2588fa43f774708d0c69191.tar.gz
tcl-7ca17ffd2e527a94b2588fa43f774708d0c69191.tar.bz2
* generic/tclStringObj.c: AppendUnicodeToUnicodeRep failedcore_8_5_7
to set stringPtr->allocated to 0, leading to crashes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f5531a..d0d4347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
*** 8.5.7 TAGGED FOR RELEASE ***
+ * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed
+ to set stringPtr->allocated to 0, leading to crashes.
+
* changes: Update for 8.5.7 release.
2009-04-14 Stuart Cassoff <stwo@users.sourceforge.net>