summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-17 22:24:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-17 22:24:38 (GMT)
commite37850ab1c67a3e6c3b23fddc07afeaefd699994 (patch)
tree73cc20454bd6e9474de58f51516404cd186d8940 /ChangeLog
parent0e16374028b1faf8f321a454f9a965b065bd5a1e (diff)
downloadtcl-e37850ab1c67a3e6c3b23fddc07afeaefd699994.zip
tcl-e37850ab1c67a3e6c3b23fddc07afeaefd699994.tar.gz
tcl-e37850ab1c67a3e6c3b23fddc07afeaefd699994.tar.bz2
Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a12bdc8..263c1b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclVar.c (UnsetVarStruct, TclDeleteNamespaceVars)
+ (TclDeleteCompiledLocalVars, DeleteArray):
+ * generic/tclTrace.c (Tcl_UntraceVar2): [Bug 2629338]: Stop traces
+ that are deleted part way through (a feature used by tdom) from
+ causing freed memory to be accessed.
+
2009-10-08 Donal K. Fellows <dkf@users.sf.net>
* generic/tclDictObj.c (DictIncrCmd): [Bug 2874678]: Don't leak any