https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=32988bd409273a497d7f5a0b9c34913d87e282ee
commit 32988bd409273a497d7f5a0b9c34913d87e282ee Author: Corinna Vinschen <cori...@vinschen.de> Date: Sun Dec 10 14:32:34 2017 +0100 cygwin: add mmap fork fix to 2.10.0 release test Signed-off-by: Corinna Vinschen <cori...@vinschen.de> Diff: --- winsup/cygwin/release/2.10.0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 index 22f761e..b16bb23 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