summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-16 04:06:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-16 04:06:07 (GMT)
commit83b89e4cb82d0744ad11a21b568e43fc6398f605 (patch)
treeea2e98682595184a07576b9fa957f3ccb18537ab /ChangeLog
parent53a6c6e15b5a20bc8c7bb870aba701855f8da484 (diff)
downloadtcl-83b89e4cb82d0744ad11a21b568e43fc6398f605.zip
tcl-83b89e4cb82d0744ad11a21b568e43fc6398f605.tar.gz
tcl-83b89e4cb82d0744ad11a21b568e43fc6398f605.tar.bz2
* generic/tclStringObj.c: Added protections from invalid memory
* generic/tclTestObj.c: accesses when we append (some part of) * tests/stringObj.test: a Tcl_Obj to itself. Added the appendself and appendself2 subcommands to the [teststringobj] testing command and added tests to the test suite. [Bug 2603158]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c22914..e01210a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-15 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c: Added protections from invalid memory
+ * generic/tclTestObj.c: accesses when we append (some part of)
+ * tests/stringObj.test: a Tcl_Obj to itself. Added the
+ appendself and appendself2 subcommands to the [teststringobj] testing
+ command and added tests to the test suite. [Bug 2603158]
+
* generic/tclStringObj.c: Factor out duplicate code from
Tcl_AppendObjToObj.