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 0a04112..3a328db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
PipeCloseProc2 would re-establish the exit handler after
exit handlers had already run, corrupting the heap.
[Bug #1225727]
+ Corrected a read of uninitialized memory in PipeCloseProc2,
+ which (at least on certain configurations) caused a great
+ number of tests to either fail or hang [Bug #1225044].
2005-06-22 Andreas Kupries <andreask@activestate.com>