diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-24 22:07:53 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-24 22:07:53 (GMT) |
commit | cbcca850953622453b3b1d1d1e115027338c0e66 (patch) | |
tree | 577e7fc9d338c8c6821e9730885fa4e461344d2f /ChangeLog | |
parent | 7b0b933b49c5110702dc91cac7a4b91e589d81a0 (diff) | |
download | tcl-cbcca850953622453b3b1d1d1e115027338c0e66.zip tcl-cbcca850953622453b3b1d1d1e115027338c0e66.tar.gz tcl-cbcca850953622453b3b1d1d1e115027338c0e66.tar.bz2 |
* generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new
list under construction was leaked in the error case.[Bug 1705778,
leaks K13 and K14]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ * generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' command leaked the result buffer. + * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new + list under construction was leaked in the error case.[Bug 1705778, + leaks K13 and K14] 2007-04-24 Jeff Hobbs <jeffh@ActiveState.com> |