Open
Bug 1362038
Opened 8 years ago
Updated 1 year ago
Consider adding static analysis to prohibit Rooted locals inside loops
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
In bug 1321789, comment #4, Waldo wrote:
> Could you file a bug (CC me on it) to add static analysis to consider
> prohibiting Rooted locals inside loops? I'd be interested in seeing the
> cases where we fall down, because my guess is this wouldn't really hinder
> readability that much (and if it did, we could have the Rooted outside the
> loop and a renamed Rooted& inside it), and it's something we're looking out
> for anyway, so we might as well get proper enforcement of it.
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: sm-security
You need to log in
before you can comment on or make changes to this bug.
Description
•