diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-13 17:17:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-13 17:17:11 (GMT) |
commit | 26603fe98b72353a826476c914038ca5c66cf9e1 (patch) | |
tree | c836a99d53a12ef0d1652306b4ad257a1ac83882 /ChangeLog | |
parent | 0a70b2484a2941f3b3eb30e8bd929525b231cc16 (diff) | |
download | tcl-26603fe98b72353a826476c914038ca5c66cf9e1.zip tcl-26603fe98b72353a826476c914038ca5c66cf9e1.tar.gz tcl-26603fe98b72353a826476c914038ca5c66cf9e1.tar.bz2 |
* generic/tclProc.c (ProcCompileProc): When a bump of the compile
epoch forces the re-compile of a proc body, take care not to
overwrite any Proc struct that may be referred to on the active
call stack. This fixes [Bug 148218]. Note that the fix will not be
effective for code that calls the private routine TclProcCompileProc()
directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-05-13 Don Porter <dgp@users.sourceforge.net> + + * generic/tclProc.c (ProcCompileProc): When a bump of the compile + epoch forces the re-compile of a proc body, take care not to + overwrite any Proc struct that may be referred to on the active + call stack. This fixes [Bug 148218]. Note that the fix will not be + effective for code that calls the private routine TclProcCompileProc() + directly. + 2006-05-05 Don Porter <dgp@users.sourceforge.net> * generic/tclMain.c (Tcl_Main): Corrected flaw that required |