diff options
author | Bruno Haible <bruno@clisp.org> | 2020-04-28 12:29:04 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-04-28 12:29:04 +0200 |
commit | 5d0516ca8513f9346fb6a0ded2ba1569fe0f806a (patch) | |
tree | c94e03e10c313127541a6f8f689b9510c7c60786 /ChangeLog | |
parent | 7bafd5ec482d72b1e812ff0bf23add14fcb1841a (diff) | |
download | gnulib-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |