diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-24 17:18:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-24 17:18:10 (GMT) |
commit | dc4a6bd185824428dbdbeb43e9ef2888dd8da7c8 (patch) | |
tree | fc74bc366fbe27ec3df9ec68668340e78d934318 /ChangeLog | |
parent | 877bccfda97bb0128ba071241fea5911def1448b (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 *** |