Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-09-18 00:07:49 +0400
committerChristopher Faylor <me@cgf.cx>2012-09-18 00:07:49 +0400
commitee705c1dcbf4576fc15ac5ed46426c859f08e686 (patch)
treee1518936b58d065b529db42adb642b0cdd740f53 /winsup/cygwin/ChangeLog
parenta271d2e310db161cce61e6a780ec467bf4d1d744 (diff)
* pinfo.cc (pinfo::init): Detect potential race where short block has been
retrieved but PID_EXECED flag is not set.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f12459ac1..d1c1b80a1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-17 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * pinfo.cc (pinfo::init): Detect potential race where short block has
+ been retrieved but PID_EXECED flag is not set.
+
2012-09-13 Christopher Faylor <me.cygwin2012@cgf.cx>
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.