diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-09-19 18:42:59 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-09-19 18:42:59 (GMT) |
commit | 20f6ea1d4ca61eeffeec277217f46727bb825841 (patch) | |
tree | 5e604df17f4519d2784b3d54c821d66fa5af248d /ChangeLog | |
parent | 1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6 (diff) | |
download | tcl-20f6ea1d4ca61eeffeec277217f46727bb825841.zip tcl-20f6ea1d4ca61eeffeec277217f46727bb825841.tar.gz tcl-20f6ea1d4ca61eeffeec277217f46727bb825841.tar.bz2 |
* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to
protect all calls that may cause traces on ::errorInfo or
::errorCode to corrupt the stack [Bug 804681]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-09-19 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to + protect all calls that may cause traces on ::errorInfo or + ::errorCode to corrupt the stack [Bug 804681] + 2003-09-10 Don Porter <dgp@users.sourceforge.net> * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 |