[Bug libc/20375] posix_spawn fails when full signal set passed to posix_spawnattr_setsigdefault and POSIX_SPAWN_SETSIGDEF is set
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Jul 15 21:08:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=20375
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
Flags| |security-
--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
The test case is trying to change the signal handler disposition for SIGKILL:
[pid 3182] rt_sigaction(SIGKILL, {SIG_DFL, [], SA_RESTORER, 0x7f94a089fab0},
NULL, 8) = -1 EINVAL (Invalid argument)
[pid 3182] exit_group(127) = ?
I'm not sure if the test case is valid under POSIX, but it would make sense to
support this.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list