This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20375] posix_spawn fails when full signal set passed to posix_spawnattr_setsigdefault and POSIX_SPAWN_SETSIGDEF is set


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]