Bug 15232 - S/390: ucontext functions don't save and restore signal mask
Summary: S/390: ucontext functions don't save and restore signal mask
Status: CLOSED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.17
: P2 normal
Target Milestone: ---
Assignee: Andreas Krebbel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 08:53 UTC by Andreas Krebbel
Modified: 2014-06-13 18:45 UTC (History)
1 user (show)

See Also:
Host:
Target: s390x-ibm-linux
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Krebbel 2013-03-06 08:53:45 UTC
The rt_sigprocmask invocations in the ucontext functions currently
don't set the fourth paramter.  So the calls always fail with
-EINVAL.
Comment 1 Andreas Krebbel 2013-03-14 07:42:55 UTC
Fixed with:
http://sourceware.org/ml/libc-alpha/2013-03/msg00083.html
Comment 2 Andreas Krebbel 2013-03-14 07:43:21 UTC
Fixed.