summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 88148bf55..364f8c398 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2004-12-22 Christopher Faylor <cgf@timesys.com>
+ * pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with
+ process termination.
+ * cygthread.cc (cygthread::terminate): Clumsily detect when h has gone away
+ and attempt no further action.
+
+2004-12-22 Christopher Faylor <cgf@timesys.com>
+
* cygthread.h (cygthread::release): Just declare here.
* cygthread.cc (cygthread::release): Define here. Use
InterlockedExchange to set inuse or suffer potential races.