Closed
Bug 698139
Opened 13 years ago
Closed 13 years ago
[meta] Dense array overflows
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: terrence, Assigned: terrence)
References
Details
(Whiteboard: [sg:nse meta])
I found at least one potentially exploitable overflow in InitArrayElements, and I think several others that I am in the process of understanding.
Updated•13 years ago
|
Whiteboard: [sg:nse meta]
Assignee | ||
Comment 1•13 years ago
|
||
I was missing a core assumption of the DenseArray paths: DenseArray size is int32, not uint32. The code looks much safer with this knowledge.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•