summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 571262158..08ee7f2f5 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,12 @@ Guile now defines constants such as `O_NOFOLLOW', `O_CLOEXEC',
`O_TMPFILE', and more on platforms that support them. These may be
passed as arguments to procedures such as `open' and `open-fdes'.
+* Bug fixes
+
+** Child process created with `primitive-fork' could read from the
+ parent's internal finalizer and signal pipes, leading to deadlocks
+ (<https://bugs.gnu.org/41948>)
+
Changes in 3.0.6 (since 3.0.5)