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:
authorCorinna Vinschen <corinna@vinschen.de>2017-12-10 16:32:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-12-10 16:32:34 +0300
commit32988bd409273a497d7f5a0b9c34913d87e282ee (patch)
treec8aa0529aeaa7966918376d33e9225eb72b69222
parent0c201166f5e8bf17ce9620867d2d35a4a63e47de (diff)
cygwin: add mmap fork fix to 2.10.0 release test
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.10.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0
index 22f761e8a..b16bb2394 100644
--- a/winsup/cygwin/release/2.10.0
+++ b/winsup/cygwin/release/2.10.0
@@ -25,3 +25,6 @@ Bug Fixes
- Fix two bugs in the limit of large numbers of sockets.
Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html
+
+- Fix a fork failure with private anonymous mmaps.
+ Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html