diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-17 14:12:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-17 14:12:31 (GMT) |
commit | e71ae54f3cf2a1891087cd55f8f11190fc75502f (patch) | |
tree | aea585ac64e29663faac8bc607d5b2a1bf36bb44 /ChangeLog | |
parent | ec91379b479892b2b46e0cfa0aaa5a990a2fdd09 (diff) | |
download | tcl-e71ae54f3cf2a1891087cd55f8f11190fc75502f.zip tcl-e71ae54f3cf2a1891087cd55f8f11190fc75502f.tar.gz tcl-e71ae54f3cf2a1891087cd55f8f11190fc75502f.tar.bz2 |
* generic/tclTest.c (TestconcatobjCmd):
* generic/tclUtil.c (Tcl_ConcatObj):
* tests/util.test (util-4.7):
fix [Bug 1447328]; the original "fix" turned Tcl_ConcatObj() into
a hairy monster. This was exposed by [Bug 2055782]. Additionally,
Tcl_ConcatObj could corrupt its input under certain conditions!
*** NASTY BUG FIXED ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-08-17 Miguel Sofer <msofer@users.sf.net> + + * generic/tclTest.c (TestconcatobjCmd): + * generic/tclUtil.c (Tcl_ConcatObj): + * tests/util.test (util-4.7): + fix [Bug 1447328]; the original "fix" turned Tcl_ConcatObj() into + a hairy monster. This was exposed by [Bug 2055782]. Additionally, + Tcl_ConcatObj could corrupt its input under certain conditions! + + *** NASTY BUG FIXED *** + 2008-08-14 Don Porter <dgp@users.sourceforge.net> *** 8.5.4 TAGGED FOR RELEASE *** |