From 32988bd409273a497d7f5a0b9c34913d87e282ee Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 10 Dec 2017 14:32:34 +0100 Subject: [PATCH] cygwin: add mmap fork fix to 2.10.0 release test Signed-off-by: Corinna Vinschen --- 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 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