Closed
Bug 1480554
Opened 7 years ago
Closed 7 years ago
Fix missing #include <errno.h> in SandboxOpenedFiles.cpp
Categories
(Core :: Security: Process Sandboxing, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
Details
Attachments
(1 file)
Someone in the community reported this a while ago, and then I forgot to file a bug about it, but I just ran into it while trying to build with libc++: SandboxOpenedFiles.cpp uses errno but doesn't #include <errno.h>.
Comment hidden (mozreview-request) |
![]() |
||
Updated•7 years ago
|
Priority: -- → P1
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8997258 [details]
Bug 1480554 - Fix missing include in SandboxOpenedFiles.cpp.
https://reviewboard.mozilla.org/r/261126/#review269576
Attachment #8997258 -
Flags: review?(gpascutto) → review+
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8743877cec09
Fix missing include in SandboxOpenedFiles.cpp. r=gcp
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•