Closed
Bug 1885982
Opened 1 year ago
Closed 1 year ago
Refactor the wasm::FrameWithInstances to include ShadowStackSpace as actual field
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It will be nice to define the exact field shadowStackSpace_ in the structure, and don't do calculations using ShadowStackSpace.
FWIW calleeInstance() and callerInstance() accessors are not used due to them being incorrect.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3420fe71ee5
Add actual ShadowStackSpace field. r=rhunt
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•