Closed
Bug 868266
Opened 12 years ago
Closed 12 years ago
Root the arguments array in nsObjectLoadingContent::LegacyCall
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | + | fixed |
firefox23 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
1.07 KB,
patch
|
Benjamin
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Spinning this off into a separate bug, because I think we want it on Aurora: it's a GC hazard even with our current GC setup.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #744950 -
Flags: review?(terrence)
Assignee | ||
Updated•12 years ago
|
tracking-firefox22:
--- → ?
Updated•12 years ago
|
Attachment #744950 -
Flags: review?(terrence) → review+
Updated•12 years ago
|
status-firefox22:
--- → affected
Assignee | ||
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Whiteboard: [need review]
Target Milestone: --- → mozilla23
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 744950 [details] [diff] [review]
Root the arguments list in nsObjectLoadingContent::LegacyCall.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 827158
User impact if declined: A GC hazard that may end up being exploitable if one
tries hard enough.
Testing completed (on m-c, etc.): Passes tests and all.
Risk to taking this patch (and alternatives if risky): Very low risk: just adds
on-stack rooting. The other options are to do nothing or to turn off WebIDL
bindings for object/embed/applet, but the latter is riskier than this patch.
String or IDL/UUID changes made by this patch: None.
Attachment #744950 -
Flags: approval-mozilla-aurora?
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
status-firefox21:
--- → unaffected
Updated•12 years ago
|
Attachment #744950 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 5•12 years ago
|
||
status-firefox23:
--- → fixed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•