Closed
Bug 677589
Opened 14 years ago
Closed 14 years ago
[jsdbg2] Crash [@ JSObject::getClass] when cloning null
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: jorendorff)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
1.83 KB,
patch
|
jimb
:
review+
|
Details | Diff | Splinter Review |
The following code crashes on jsdbg2 branch (revision f189dd6316eb, options -j -m -a -d):
var g2 = newGlobal('new-compartment');
g2.clone(null);
Looks like a simple null-pointer deref, probably a minor problem.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: general → jorendorff
Attachment #551852 -
Flags: review?(jimb)
Updated•14 years ago
|
Attachment #551852 -
Flags: review?(jimb) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/tests/js1_8_5/extensions/regress-677589.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•