diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 21:39:01 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 21:39:01 (GMT) |
commit | b91e3875cce9b06a7dc6435a374ffff17d92fd4f (patch) | |
tree | 5e8f4821e729679450cb18a4ba72ebf9c7b30e4a /ChangeLog | |
parent | d7229892af744003cde6528dd33e3796bb4a6278 (diff) | |
download | tcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.zip tcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.tar.gz tcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.tar.bz2 |
bug 1225044
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ PipeCloseProc2 would re-establish the exit handler after exit handlers had already run, corrupting the heap. [Bug #1225727] + Also corrected a potential read of uninitialized memory in + PipeClose2Proc [Bug #1225044] 2005-06-21 Andreas Kupries <andreask@activestate.com> |