diff options
author | dgp <dgp@users.sourceforge.net> | 2007-06-26 03:12:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-06-26 03:12:35 (GMT) |
commit | 8584690093094721708f417633f2ef9f0c6c8864 (patch) | |
tree | c3dc99e6b2141aa0374c44204c33fae6d4afff51 /ChangeLog | |
parent | 3136efdb1c9f457809489f244bc836768099d6d6 (diff) | |
download | tcl-8584690093094721708f417633f2ef9f0c6c8864.zip tcl-8584690093094721708f417633f2ef9f0c6c8864.tar.gz tcl-8584690093094721708f417633f2ef9f0c6c8864.tar.bz2 |
* generic/tclExecute.c: Safety checks to avoid crashes in the
TclStack* routines when called with an incompletely initialized
interp. [Bug 1743302]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-25 Don Porter <dgp@users.sourceforge.net> + + * generic/tclExecute.c: Safety checks to avoid crashes in the + TclStack* routines when called with an incompletely initialized + interp. [Bug 1743302] + 2007-06-25 Miguel Sofer <msofer@users.sf.net> * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, |