Closed
Bug 677796
Opened 13 years ago
Closed 13 years ago
findReferences() crashes when called with no arguments
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase)
Attachments
(1 file)
746 bytes,
patch
|
Details | Diff | Splinter Review |
The findReferences function introduced in bug 672736 crashes when called with no arguments (tested on m-i 29e59859d415):
js> findReferences
function findReferences() {[native code]}
js> findReferences();
Segmentation fault
This should be fixed to prevent fuzzers from hitting this.
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #551981 -
Flags: review?(jorendorff)
Comment 2•13 years ago
|
||
Never mind, jblandy already fixed this and push with a (no bug) message. Humbug. Marking fixed; it should be picked up in the merge tomorrow.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Attachment #551981 -
Flags: review?(jorendorff)
You need to log in
before you can comment on or make changes to this bug.
Description
•