diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-07-01 15:50:18 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-07-01 15:50:18 +0200 |
commit | fc22f775032cff7100166c32ab562b48578ee0dc (patch) | |
tree | b416ff45beaaa47b06af8db2079012ac76978279 /winsup | |
parent | e3d345c5c39c79db00c8601682ed6fe35d8953c8 (diff) | |
download | newlib-fc22f775032cff7100166c32ab562b48578ee0dc.zip newlib-fc22f775032cff7100166c32ab562b48578ee0dc.tar.gz newlib-fc22f775032cff7100166c32ab562b48578ee0dc.tar.bz2 |
Document previous change
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/2.1.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.1.0 b/winsup/cygwin/release/2.1.0 index 40aba8c..93b84b9 100644 --- a/winsup/cygwin/release/2.1.0 +++ b/winsup/cygwin/release/2.1.0 @@ -22,3 +22,6 @@ Bug Fixes - Try to handle concurrent close on socket more gracefully Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00235.html + +- Fix fork failing after the parent recovered from a stack overflow. + Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00384.html |