Closed
Bug 1740187
Opened 3 years ago
Closed 3 years ago
Configure wasm2c runtime to annotate crash reports with sandbox malloc failures
Categories
(Core :: Security: RLBox, enhancement, P3)
Core
Security: RLBox
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: shravanrn, Assigned: shravanrn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
When receiving crash reports of code running in an rlbox library sandbox, a useful datapoint is how much free space the wasm sandbox has. We need to update the wasm2c runtime to the latest version that allows configuring a handler on malloc failures and annotates crash reports with this information.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75077f230c39
Annotate crash reports with rlbox sandbox malloc failures r=bholley
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•