Closed
Bug 936163
Opened 11 years ago
Closed 11 years ago
seccomp+profiling build broken on x86_64: sigaction vs. rt_sigaction
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: jld, Assigned: jld)
References
()
Details
(Whiteboard: [c= p= s=2013.11.22 u=][qa-])
Attachments
(1 file)
1.31 KB,
patch
|
kang
:
review+
|
Details | Diff | Splinter Review |
Linux/x86_64 has no "sigaction" syscall, only rt_sigaction, so the seccomp+profiling build (which whitelists sigaction) fails there. Other platforms have sigaction, but a newer libc might use rt_sigaction instead.
(Changing signal disposition post-sandboxing should be avoided, but until that happens we should at least keep the build working.)
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #829531 -
Flags: review?(gdestuynder)
Attachment #829531 -
Flags: review?(gdestuynder) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Whiteboard: [c= p= s= u= ]
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [c= p= s= u= ] → [c= p= s=2013.11.22 u=]
Updated•11 years ago
|
Whiteboard: [c= p= s=2013.11.22 u=] → [c= p= s=2013.11.22 u=][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•