diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 21:30:17 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 21:30:17 (GMT) |
commit | 40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb (patch) | |
tree | a4007cd186310ea09543c8622eb3d07fb9f9adce /ChangeLog | |
parent | 84af1814b20547d7a009bf91c11e11eb572ef724 (diff) | |
download | tcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.zip tcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.tar.gz tcl-40ec34c69d75cff73a8d0f130c16e6ecf8f0e7eb.tar.bz2 |
bug 1225044
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |