summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-06-22 21:30:17 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-06-22 21:30:17 (GMT)
commit40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb (patch)
treea4007cd186310ea09543c8622eb3d07fb9f9adce /ChangeLog
parent84af1814b20547d7a009bf91c11e11eb572ef724 (diff)
downloadtcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.zip
tcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.tar.gz
tcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.tar.bz2
bug 1225044
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>