Closed
Bug 1437130
Opened 7 years ago
Closed 2 years ago
Add retpoline macro
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox60 | --- | affected |
People
(Reporter: luke, Unassigned)
References
Details
This would be useful for indirect calls where the callee makes an unchecked assumption about its arguments in a way that can Spectre-leak a value. A first step would be to get a good portable SPECTRE_RETPOLINE(func, args...) macro that we could easily sprinkle at such callsites. Good candidates would be jumps into type-specialized JIT code.
Updated•7 years ago
|
status-firefox60:
--- → affected
Priority: -- → P1
Updated•7 years ago
|
Priority: P1 → P2
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
WONTFIX since we're very unlikely to need this now that we're shipping Fission.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•