diff options
author | hershey <hershey> | 1999-06-17 00:20:54 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-06-17 00:20:54 (GMT) |
commit | 15888e552b012280c4de7b8bdb67c5cafd8062de (patch) | |
tree | 154089939fbd1184a3d2671f55fc0c3a8a91f268 /ChangeLog | |
parent | e04beeacaa35802b78edc6dea6ec5fb78448ef1c (diff) | |
download | tcl-15888e552b012280c4de7b8bdb67c5cafd8062de.zip tcl-15888e552b012280c4de7b8bdb67c5cafd8062de.tar.gz tcl-15888e552b012280c4de7b8bdb67c5cafd8062de.tar.bz2 |
* generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment
in loop that was causing out-of-bounds reads on array "varName".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +1999-06-16 Melissa Hirschl <hershey@matisse.scriptics.com> + + * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment + in loop that was causing out-of-bounds reads on array "varName". + 1999-06-16 <stanton@scriptics.com> * tests/execute.test: |