Open
Bug 2055647
Opened 1 month ago
Updated 27 days ago
Validation assistance for arguments.length
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
I think there's a way for us to provide some validation assistance to the arguments.length optimization.
The idea in my head is roughly you create a mode where when the arguments.length optimization is applied, you create the arguments binding (normally it's elided). However, you initialize that binding it to a poisoned proxy object which calls crash should it ever have any of its properties accessed.
Then, if fuzzers or scanners can show a way to get to that crash, you know that you've got a bug.
| Reporter | ||
Updated•27 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•