summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-22 21:39:01 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-22 21:39:01 (GMT)
commitb91e3875cce9b06a7dc6435a374ffff17d92fd4f (patch)
tree5e8f4821e729679450cb18a4ba72ebf9c7b30e4a /ChangeLog
parentd7229892af744003cde6528dd33e3796bb4a6278 (diff)
downloadtcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.zip
tcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.tar.gz
tcl-b91e3875cce9b06a7dc6435a374ffff17d92fd4f.tar.bz2
bug 1225044
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a52b62e..67af0c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>