summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-05-08 22:48:25 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-08 22:48:25 +0200
commit93a242c0ec425b8e5dfd7491760ea7c81e106d42 (patch)
tree2cb6d8aaf9360da671e47e2cc2f8893163afa435 /NEWS
parent381291f5ff4480afbb197bf5e5a2272cfe54a386 (diff)
downloadguile-93a242c0ec425b8e5dfd7491760ea7c81e106d42.tar.gz
Update NEWS.
* NEWS: Update.
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)