diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-12-30 23:10:06 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-12-30 23:10:06 (GMT) |
commit | ef058dce40109ef6ead33a01b03382c34ba5cf02 (patch) | |
tree | 1ec51f45b85eeae695bdf77f8d3ed39a5a979853 /ChangeLog | |
parent | 6ddeb240a8b2366627697111435c5da9aa575dd0 (diff) | |
download | tcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.zip tcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.tar.gz tcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.tar.bz2 |
* generic/tclExecute.c (GrowEvaluationStack): off-by-one error in
sizing the new allocation - was ok in comment but wrong in the
code. Triggered by [Bug 3142026] which happened to require
exactly one more than what was in existence.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-12-30 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in + sizing the new allocation - was ok in comment but wrong in the + code. Triggered by [Bug 3142026] which happened to require + exactly one more than what was in existence. + 2010-12-26 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index |