summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>