Closed
Bug 1854519
Opened 1 year ago
Closed 1 year ago
Support rlbox with older versions of clang
Categories
(Core :: Security: RLBox, task)
Core
Security: RLBox
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(5 files)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
Hunspell is the only sandboxed library that uses the clock.
Assignee | ||
Comment 2•1 year ago
|
||
It only appeared in wasi-sdk-16.
Assignee | ||
Comment 3•1 year ago
|
||
Before clang 11, it would generate broken wasm with auto-vectorization
enabled.
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 5•1 year ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/fb1c27fa680f
Only use emulated-process-clocks when sandboxing hunspell. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/b3a2c40537b2
Don't use wasi-emulated-process-clocks with older wasi SDKs. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/1acf675b3374
Disable auto-vectorization of wasm code with older versions of clang. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/faa53588c59e
Work around wasm linking issue before clang 11. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/dafb841b9631
Enable rlbox sandboxing in base-toolchain tasks. r=firefox-build-system-reviewers,sergesanspaille
Pushed by smolnar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/31d5b8266eba
Fix build bustages. a=test-fix CLOSED TREE
Comment 8•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fb1c27fa680f
https://hg.mozilla.org/mozilla-central/rev/b3a2c40537b2
https://hg.mozilla.org/mozilla-central/rev/1acf675b3374
https://hg.mozilla.org/mozilla-central/rev/faa53588c59e
https://hg.mozilla.org/mozilla-central/rev/dafb841b9631
https://hg.mozilla.org/mozilla-central/rev/31d5b8266eba
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•