diff options
author | dgp <dgp@users.sourceforge.net> | 2011-04-12 20:04:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-04-12 20:04:11 (GMT) |
commit | 37b1332c5e9a5098b66e6775c9073680f9cf94fa (patch) | |
tree | 31ff3921f38c2e5d92fec768e544fc37c2ab5333 /ChangeLog | |
parent | 1eb966fd80e4ebb3ff65e00e5f23a682790ab385 (diff) | |
download | tcl-37b1332c5e9a5098b66e6775c9073680f9cf94fa.zip tcl-37b1332c5e9a5098b66e6775c9073680f9cf94fa.tar.gz tcl-37b1332c5e9a5098b66e6775c9073680f9cf94fa.tar.bz2 |
Repair corruption in [string reverse] when string rep invalidation failed
to also reset the bytes allocated for string rep to zero [Bug 3285472].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-04-12 Don Porter <dgp@users.sourceforge.net> + + * generic/tclStringObj.c: Repair corruption in [string reverse] + * tests/string.test: when string rep invalidation failed to also + reset the bytes allocated for string rep to zero [Bug 3285472]. + 2011-04-12 Venkat Iyer <venkat@comit.com> * library/tzdata/Atlantic/Stanley: Update to Olson tzdata2011f |