diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-12 20:45:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-12 20:45:26 (GMT) |
commit | a515e66f386d98551f2ec1185ab2d6a925b03b5f (patch) | |
tree | 4b7cb67b16150414d6d59dc83ba0e72bcb4f525b /ChangeLog | |
parent | eff94c7a58c193ba8ea8e4b527d89bd7f9a404aa (diff) | |
download | tcl-a515e66f386d98551f2ec1185ab2d6a925b03b5f.zip tcl-a515e66f386d98551f2ec1185ab2d6a925b03b5f.tar.gz tcl-a515e66f386d98551f2ec1185ab2d6a925b03b5f.tar.bz2 |
* generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy
* tests/foreach.test (foreach-10.1): of value list to be assigned
to variables so that shimmering of that list doesn't lead to invalid
pointers. [Bug 1671087]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-03-12 Don Porter <dgp@users.sourceforge.net> + * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy + * tests/foreach.test (foreach-10.1): of value list to be assigned + to variables so that shimmering of that list doesn't lead to invalid + pointers. [Bug 1671087] + * generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.test (event-5.3): of the command prefix for the interp's background error handling command to avoid panics due to pointers |