Closed
Bug 1202048
Opened 9 years ago
Closed 9 years ago
Root JSONParser explicitly
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
Details
Attachments
(1 file)
8.19 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Right now it roots itself via a two-off AutoRooter -- easy enough to switch over to Rooted. I verified that missing one of these Rooted makes the hazard analysis fail, so we can be fairly confident that this patch doesn't miss any instances that would need rooting.
Attachment #8657340 -
Flags: review?(sphink)
Comment 1•9 years ago
|
||
Comment on attachment 8657340 [details] [diff] [review]
explicit_jsonparser_rooting-v0.diff
Review of attachment 8657340 [details] [diff] [review]:
-----------------------------------------------------------------
another one bites the dust!
Attachment #8657340 -
Flags: review?(sphink) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•