diff options
author | dgp <dgp@users.sourceforge.net> | 2009-03-30 17:47:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-03-30 17:47:08 (GMT) |
commit | f92b558829c3d72d1ec0edd0e41477c9357cf8c8 (patch) | |
tree | c6772d718863ab5f2fcd7ed6a98641fec120511b /ChangeLog | |
parent | 3af212fe560067545be57a91ec8cd1065ec77eff (diff) | |
download | tcl-f92b558829c3d72d1ec0edd0e41477c9357cf8c8.zip tcl-f92b558829c3d72d1ec0edd0e41477c9357cf8c8.tar.gz tcl-f92b558829c3d72d1ec0edd0e41477c9357cf8c8.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-03-30 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] + 2009-03-27 Don Porter <dgp@users.sourceforge.net> * tests/fileName.test: Tests for [Bug 2710920] to guard against |