summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-04-28 12:29:04 +0200
committerBruno Haible <bruno@clisp.org>2020-04-28 12:29:04 +0200
commit5d0516ca8513f9346fb6a0ded2ba1569fe0f806a (patch)
treec94e03e10c313127541a6f8f689b9510c7c60786 /ChangeLog
parent7bafd5ec482d72b1e812ff0bf23add14fcb1841a (diff)
downloadgnulib-5d0516ca8513f9346fb6a0ded2ba1569fe0f806a.tar.gz
posix_spawn_file_actions_destroy: Fix a crash (bug from 2019-06-10).
* lib/spawn_faction_destroy.c (posix_spawn_file_actions_destroy): Don't access elements of the wrong union member.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bada33a0..438874067e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-28 Bruno Haible <bruno@clisp.org>
+
+ posix_spawn_file_actions_destroy: Fix a crash (bug from 2019-06-10).
+ * lib/spawn_faction_destroy.c (posix_spawn_file_actions_destroy): Don't
+ access elements of the wrong union member.
+
2020-04-27 Bruno Haible <bruno@clisp.org>
getdate: Remove deprecated module.