summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-04-24 17:18:10 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-04-24 17:18:10 (GMT)
commitdc4a6bd185824428dbdbeb43e9ef2888dd8da7c8 (patch)
treefc74bc366fbe27ec3df9ec68668340e78d934318 /ChangeLog
parent877bccfda97bb0128ba071241fea5911def1448b (diff)
downloadtcl-dc4a6bd185824428dbdbeb43e9ef2888dd8da7c8.zip
tcl-dc4a6bd185824428dbdbeb43e9ef2888dd8da7c8.tar.gz
tcl-dc4a6bd185824428dbdbeb43e9ef2888dd8da7c8.tar.bz2
* generic/tclBinary.c: Addressed several code paths where the
error return from the 'binary format' command leaked the result buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e00089..d0eabf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-24 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclBinary.c: Addressed several code paths where the
+ error return from the 'binary format' command leaked the result
+ buffer.
+
2007-04-24 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.5a6 TAGGED FOR RELEASE ***