summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-24 22:07:53 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-24 22:07:53 (GMT)
commitcbcca850953622453b3b1d1d1e115027338c0e66 (patch)
tree577e7fc9d338c8c6821e9730885fa4e461344d2f /ChangeLog
parent7b0b933b49c5110702dc91cac7a4b91e589d81a0 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be235dc..2137717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>