From bbd4e05a4df4863ce32ba8593024dc9590b9b9dc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 1 Apr 2013 11:04:41 +0000 Subject: [PATCH] . --- winsup/cygwin/release/1.7.18 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/cygwin/release/1.7.18 b/winsup/cygwin/release/1.7.18 index 780b9b6ce..1a89522f2 100644 --- a/winsup/cygwin/release/1.7.18 +++ b/winsup/cygwin/release/1.7.18 @@ -63,3 +63,8 @@ Bug fixes: - Fix "error while loading shared libraries:" message to properly display the shared library name in more cases. + +- Fix unreported problem of exec'ed and spawn'ed processes not + inheriting the signal mask of their "parents". + +- Fix race in signal mask detection with new thread creation.