Closed
Bug 1320024
Opened 8 years ago
Closed 5 years ago
[meta] Fix bugs where cases where a RefPtr is constructed from the this pointer in constructors of refcounted object
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox53 affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: meta, sec-other)
These bugs are detected by our static analysis tool with a custom checker that detects the passing of this to RefPtr in constructor.
Updated•8 years ago
|
Group: dom-core-security
Updated•7 years ago
|
Product: Core → Firefox Build System
Assignee | ||
Comment 2•6 years ago
|
||
Let's keep this open until we see what's our plan to action where |RefPtr| is constructed from the |this| pointer.
Flags: needinfo?(bpostelnicu)
Comment 3•5 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:andi, maybe it's time to close this bug?
Flags: needinfo?(bpostelnicu)
Assignee | ||
Comment 4•5 years ago
|
||
Let's close this and re-open it if we find any actual issues.
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(bpostelnicu)
Resolution: --- → INVALID
Updated•5 years ago
|
Group: dom-core-security
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•