diff options
author | dgp <dgp@users.sourceforge.net> | 2010-03-22 22:47:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-03-22 22:47:03 (GMT) |
commit | 6838a5c3396760aa126ef99f25c1bb7b992700ba (patch) | |
tree | baaaba081a003c5f560a95e9ae584e28c86bb4ca /ChangeLog | |
parent | 8e9d12df9d9208d8c13676dfa05cfbb0cf4abf1d (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |