summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2010-09-22 15:49:01 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2010-09-22 15:49:01 (GMT)
commite3bbe59fa932fe500376ca9592114bc997d2162f (patch)
treef5fffac2d941f8882863007c127370f82c523619 /ChangeLog
parente87822d9a4f5e4cbfa1cb0afe3a0535a069969b2 (diff)
downloadtcl-e3bbe59fa932fe500376ca9592114bc997d2162f.zip
tcl-e3bbe59fa932fe500376ca9592114bc997d2162f.tar.gz
tcl-e3bbe59fa932fe500376ca9592114bc997d2162f.tar.bz2
* 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(), Tcl_SetErrorCode(), IllegalExprOperandType(), TclExprFloatError(). The error was triggered by [Patch 3072080].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7992892..29c20f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-22 Miguel Sofer <msofer@users.sf.net>
+
+ * 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(),
+ Tcl_SetErrorCode(), IllegalExprOperandType(),
+ TclExprFloatError(). The error was triggered by [Patch 3072080].
+
2010-09-22 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4: Add kernel32 to LIBS, so the link line for mingw