Closed
Bug 871294
Opened 12 years ago
Closed 12 years ago
Crash in mozjs!JS_HasPropertyById
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 871849
Tracking | Status | |
---|---|---|
firefox22 | --- | unaffected |
firefox23 | + | fixed |
firefox24 | + | fixed |
firefox-esr17 | --- | unaffected |
b2g18 | --- | unaffected |
People
(Reporter: nils, Assigned: peterv)
References
Details
(4 keywords, Whiteboard: [adv-main23-])
Attachments
(3 files)
The attached test case crashes Firefox dereferencing unmapped memory. The testcase requires Jesse's quitter extension for garbage collection (http://www.squarefree.com/extensions/quitter.xpi)
Attachment #748562 -
Attachment mime type: text/plain → text/html
![]() |
||
Comment 3•12 years ago
|
||
Looks a lot like bug 869027? This sure looks like issues with the HTMLDocument expando object.
Updated•12 years ago
|
Comment 4•12 years ago
|
||
Matt: please try Fx22 (Beta) to see if it suffers this problem also. If it does please try the ESR branch as well.
status-firefox23:
--- → affected
status-firefox24:
--- → affected
tracking-firefox23:
--- → +
tracking-firefox24:
--- → +
Flags: needinfo?(mwobensmith)
Comment 5•12 years ago
|
||
Does not affect FF22 or FF17esr.
status-firefox22:
--- → unaffected
status-firefox-esr17:
--- → unaffected
Flags: needinfo?(mwobensmith)
Comment 6•12 years ago
|
||
Peter, could you look at this, because you are looking at a bunch of similar bugs? Thanks.
Assignee: nobody → peterv
status-b2g18:
--- → unaffected
Updated•12 years ago
|
Flags: sec-bounty?
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #3)
> Looks a lot like bug 869027?
Probably. That doesn't have a testcase, so this one got fixed in bug 871849. But normally that fix should also fix bug 869027.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 8•12 years ago
|
||
For bounty purposes, FWIW, this was filed a day before the bug it is duped to (which was internally reported).
Assignee | ||
Comment 9•12 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #8)
> For bounty purposes, FWIW, this was filed a day before the bug it is duped
> to (which was internally reported).
Right. Bug 869027 was filed even earlier and turned out to be the exact same problem, but it didn't have a testcase.
Updated•12 years ago
|
Flags: sec-bounty? → sec-bounty-
Updated•12 years ago
|
Updated•12 years ago
|
Whiteboard: [adv-main23-]
Updated•11 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•1 year ago
|
Keywords: reporter-external
You need to log in
before you can comment on or make changes to this bug.
Description
•