summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-14 19:00:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-14 19:00:39 (GMT)
commitbd2bdd6f8a4571b486ba30fbf686af3eb82ee6bc (patch)
treee4db6f972727d7f790b1241cb383041f47d5b0dc /ChangeLog
parent787d71bc6d8d517220c6b301345bf816bcecab2f (diff)
downloadtcl-bd2bdd6f8a4571b486ba30fbf686af3eb82ee6bc.zip
tcl-bd2bdd6f8a4571b486ba30fbf686af3eb82ee6bc.tar.gz
tcl-bd2bdd6f8a4571b486ba30fbf686af3eb82ee6bc.tar.bz2
Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's source code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba075d7..3793786 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-14 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclDictObj.c: [Bug 3576509]: tcl::Bgerror crashes with invalid
+ * generic/tclEvent.c: arguments. Better fix, which helps for all
+ Tcl_DictObjGet() calls in Tcl's source code.
+
2012-10-13 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclEvent.c: [Bug 3576509]: tcl::Bgerror crashes with invalid