Closed
Bug 1508898
Opened 6 years ago
Closed 6 years ago
Prepare the Linux sandbox code for reformatting
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: jld, Assigned: jld)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
lizzard
:
approval-mozilla-esr60+
|
Details |
There are a few things in the Linux sandbox code where the upcoming reformat (bug 1188202) will mess up some intentional vertical alignment. The enums I'm not too bothered by, but the socketcall/ipc table in SandboxFilterUtil.cpp is, I think, worth keeping in its current tabular form. I have a patch….
Assignee | ||
Comment 1•6 years ago
|
||
The tables in SandboxFilterUtil.cpp should remain vertically aligned,
but clang-format would disagree. This patch excludes that region from
reformatting, and applies the other changes that clang-format would make
there.
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/023c546c01cd
Prepare the Linux sandbox's socketcall/ipc-call dispatch table for reformatting. r=gcp
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 4•6 years ago
|
||
Comment on attachment 9026592 [details]
Bug 1508898 - Prepare the Linux sandbox's socketcall/ipc-call dispatch table for reformatting.
[ESR Uplift Approval Request]
If this is not a sec:{high,crit} bug, please state case for ESR consideration: This is required for easier backporting of patches after the reformatting of ESR using clang-format.
User impact if declined: Declining this will negatively impact our developers' ability to easily backport their patches to ESR in the future.
Fix Landed on Version: 65
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): This is whitespace change.
String or UUID changes made by this patch: None
Attachment #9026592 -
Flags: approval-mozilla-esr60?
status-firefox-esr60:
--- → affected
Comment on attachment 9026592 [details]
Bug 1508898 - Prepare the Linux sandbox's socketcall/ipc-call dispatch table for reformatting.
OK for uplift to ESR60 as part of the clang-format project.
Attachment #9026592 -
Flags: approval-mozilla-esr60? → approval-mozilla-esr60+
Comment 6•6 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•