Closed
Bug 413332
Opened 18 years ago
Closed 18 years ago
Crash @ nsAccessible::GetCachedFirstChild
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MarcoZ, Assigned: aaronlev)
References
Details
(Keywords: access, crash)
Crash reports:
http://crash-stats.mozilla.com/report/list?range_unit=days&query_search=signature&query_type=contains&signature=nsAccessible%253A%253AGetCachedFirstChild(nsIAccessible**)&query=Accessible&range_value=7
It looks like we're not checking if mFirstChild is not nsnull on line 587.
| Reporter | ||
Comment 1•18 years ago
|
||
| Assignee | ||
Comment 2•18 years ago
|
||
This isn't a missing null check. It's an old pointer.
The null check is automatically part of NS_IF_ADDREF (as opposed to NS_ADDREF)
| Reporter | ||
Comment 3•18 years ago
|
||
Did you see this creep up anywhere recently, or shold we close as WFM because of our other fixes recently?
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•