Closed
Bug 1498676
Opened 7 years ago
Closed 7 years ago
Revert the __try/__except mapping for MinGW
Categories
(Core :: Security: Process Sandboxing, enhancement)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(1 file)
mingw-clang supports __try / __except _and_ it errors if you try to map it to if / else; because sometimes code inside the else { } block is only valid inside a __except block.
Assignee | ||
Updated•7 years ago
|
Component: General: Unsupported Platforms → Security: Process Sandboxing
Product: Firefox Build System → Core
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9016761 -
Flags: review?(bobowencode)
Updated•7 years ago
|
Attachment #9016761 -
Flags: review?(bobowencode) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b705d158c204
Revert the __try/__except mapping (part of Bug 1431803) for MinGW from the sandbox code r=bobowen
Keywords: checkin-needed
![]() |
||
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•