summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-03-22 22:47:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-03-22 22:47:03 (GMT)
commit6838a5c3396760aa126ef99f25c1bb7b992700ba (patch)
treebaaaba081a003c5f560a95e9ae584e28c86bb4ca /ChangeLog
parent8e9d12df9d9208d8c13676dfa05cfbb0cf4abf1d (diff)
downloadtcl-6838a5c3396760aa126ef99f25c1bb7b992700ba.zip
tcl-6838a5c3396760aa126ef99f25c1bb7b992700ba.tar.gz
tcl-6838a5c3396760aa126ef99f25c1bb7b992700ba.tar.bz2
* generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer
values to identify the argument indices of the various script arguments to [try]. Passing in -1 led to invalid memory reads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2434e1b..9085a07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-22 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer
+ values to identify the argument indices of the various script arguments
+ to [try]. Passing in -1 led to invalid memory reads.
+
2010-03-20 Donal K. Fellows <dkf@users.sf.net>
* doc/exec.n: Make it a bit clearer that there is an option to run a