Closed
Bug 865222
Opened 11 years ago
Closed 9 years ago
JSAutoCompartment should use MOZ_GUARD_OBJECT_NOTIFIER_PARAM
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: qdot)
Details
Attachments
(1 file)
I was looking at some code this morning that did:
JSAutoCompartment(aCx, valueObj);
and then of course unpleasant things happened somewhere down the line...
Updated•10 years ago
|
Assignee: general → nobody
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kyle
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8597549 -
Flags: review?(efaustbmo)
Comment 2•9 years ago
|
||
Comment on attachment 8597549 [details] [diff] [review]
Patch 1 (v1) - Add MOZ_GUARD_OBJECT_NOTIFIER_PARAM to JSAutoCompartment and JSAutoNullableCompartment
My God. I've personally done this in patches. Thanks so much for fixing this footgun.
Attachment #8597549 -
Flags: review?(efaustbmo) → review+
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•