summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-10 16:45:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-10 16:45:04 (GMT)
commit0c73b8718f673b740c084eb18f8a0c07cfa0f5ae (patch)
tree25870be224e105d3bd19250e7910a02242142fe2 /ChangeLog
parentace73331e77188941b8e884f9036765f9ca0f29d (diff)
downloadtcl-0c73b8718f673b740c084eb18f8a0c07cfa0f5ae.zip
tcl-0c73b8718f673b740c084eb18f8a0c07cfa0f5ae.tar.gz
tcl-0c73b8718f673b740c084eb18f8a0c07cfa0f5ae.tar.bz2
* generic/tclNamespace.c (TclTeardownNamespace): After the
commandPathSourceList of a namespace is cleared, set the commandPathSourceList to NULL so we don't try to walk the list a second time, possibly after it is freed. [Bug 1566526]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6443050..4630f7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclNamespace.c (TclTeardownNamespace): After the
+ commandPathSourceList of a namespace is cleared, set the
+ commandPathSourceList to NULL so we don't try to walk the list
+ a second time, possibly after it is freed. [Bug 1566526]
+
2006-10-09 Miguel Sofer <msofer@users.sf.net>
* doc/UpVar.3: brough the docs in accordance to the code. Ever