diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-04 20:21:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-04 20:21:40 (GMT) |
commit | 14382184e4298588141bd84830147afe007d33db (patch) | |
tree | 92a9ac1c7c9933326203668fb602a581664b9c96 /ChangeLog | |
parent | 557a19a96c598d8b25e9e72134ea69030946a310 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |