summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-03-02 15:31:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-03-02 15:31:15 (GMT)
commit4b28cf6cdde6e232060c86973947cd9d1246abef (patch)
treefa086ad9239e944b39494590d4468550828ea5bd /ChangeLog
parent6acace913fbb7f70c7e0ef5d69d505842bbe6414 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 833a4fe..06cc918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.