summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-04 20:21:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-04 20:21:40 (GMT)
commit14382184e4298588141bd84830147afe007d33db (patch)
tree92a9ac1c7c9933326203668fb602a581664b9c96 /ChangeLog
parent557a19a96c598d8b25e9e72134ea69030946a310 (diff)
downloadtcl-14382184e4298588141bd84830147afe007d33db.zip
tcl-14382184e4298588141bd84830147afe007d33db.tar.gz
tcl-14382184e4298588141bd84830147afe007d33db.tar.bz2
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of
Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also factored out common code to reduce duplication.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43cf9fe..74b18bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-02-04 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of
+ Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also
+ factored out common code to reduce duplication.
+
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the
length of the result of [string repeat]. [Bug 2561746]