diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-09-22 17:21:03 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-09-22 17:21:03 (GMT) |
commit | 00b6fcde15446d336d2a2778a8f541064a725c5f (patch) | |
tree | ed180519bd178af62a3ca1c7030cf986c9da8917 /ChangeLog | |
parent | e3bbe59fa932fe500376ca9592114bc997d2162f (diff) | |
download | tcl-00b6fcde15446d336d2a2778a8f541064a725c5f.zip tcl-00b6fcde15446d336d2a2778a8f541064a725c5f.tar.gz tcl-00b6fcde15446d336d2a2778a8f541064a725c5f.tar.bz2 |
* tests/execute.test: added execute-10.3 for [Bug 3072640]. The
test causes a mem failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2010-09-22 Miguel Sofer <msofer@users.sf.net> + * tests/execute.test: added execute-10.3 for [Bug 3072640]. The + test causes a mem failure. + * generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK_INFO(), as they could run traces. The new calls to be protected are Tcl_ResetResult(), |