Closed Bug 1143765 Opened 9 years ago Closed 9 years ago

MIssing callgraph edges from inconsistent namespacing

Categories

(Core :: JavaScript: GC, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 950176

People

(Reporter: sfink, Unassigned)

Details

(Keywords: sec-audit)

Related to bug 1056410, we are missing some callgraph edges because the calling site ends up with different namespace "canonicalization" than the function definition. It's not a huge number, but enough to care about. I don't know if it will reveal any hazards or not.
Marking sec-audit because there are no known issues.  If it does find something, please file a new issue or clear the sec-audit flag.
Keywords: sec-audit
I am an idiot. I already fixed these by emitting mangled names. The analysis uses mangled names for traversing the callgraph, so the fact that the unmangled names sometimes don't match is irrelevant. This is not a bug. Or rather, it's a duplicate of an already-fixed bug.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Group: core-security → core-security-release
Group: core-security-release
You need to log in before you can comment on or make changes to this bug.