diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-02 15:31:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-02 15:31:15 (GMT) |
commit | 4b28cf6cdde6e232060c86973947cd9d1246abef (patch) | |
tree | fa086ad9239e944b39494590d4468550828ea5bd /ChangeLog | |
parent | 6acace913fbb7f70c7e0ef5d69d505842bbe6414 (diff) | |
download | tcl-4b28cf6cdde6e232060c86973947cd9d1246abef.zip tcl-4b28cf6cdde6e232060c86973947cd9d1246abef.tar.gz tcl-4b28cf6cdde6e232060c86973947cd9d1246abef.tar.bz2 |
Fixed bug that could leave saved data for [info level] pointing into
unallocated memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-03-02 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclExecute.c (TclExecuteByteCode): Fixed bug that could + pass pointers to freed memory to command implementations, which + most obviously caused some weird behaviour with [info level], but + could have caused problems with user code and command traces too. + 2001-02-23 msofer <msofer@users.sourceforge.net> * no changes; fixing up the missing comment in the previous one. Sorry. |