Closed
Bug 690650
Opened 13 years ago
Closed 13 years ago
TI: Crash [@ js_InternalInterpret] or "Assertion failure: codeArray[offset],"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [sg:dos] js-triage-needed)
Attachments
(3 files)
The attached testcase asserts js debug shell on JM changeset 44ef245b8706 and m-c changeset db9e99d537f2 with -m, -a and -n at Assertion failure: codeArray[offset], and crashes js opt shell at js_InternalInterpret
This was found using a combination of jsfunfuzz and jandem's method fuzzer.
Since it seems to be a null deref, assuming sg:dos and locking s-s to be safe.
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Use of GET_JUMP_OFFSET which did not watch for JOF_JUMPX opcodes. No other suspicious uses of GET_JUMP_OFFSET in analysis/compilation code, though I'd kind of like to kill GET_JUMP_OFFSET / GET_JUMP_OFFSETX completely and use a common function to compute offsets for both.
Assignee: general → bhackett1024
Attachment #565103 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #565103 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Group: core-security
Comment 5•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/efaf8960a929
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•