Closed
Bug 78941
Opened 25 years ago
Closed 25 years ago
crash in nsOutlinerBodyFrame::RowCountChanged()
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.1
People
(Reporter: waterson, Assigned: waterson)
Details
(Keywords: crash)
Attachments
(1 file)
More crashers from my rdfliner research. This one happens because
mView->GetSelection() is returning a null selection object, and you're
dereferencing it anyway. Fix is to do checked deref. Patch coming up.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
jan could you r=? hyatt, please sr=?
Comment 3•25 years ago
|
||
sr=hyatt
Comment 4•25 years ago
|
||
r=jan
| Assignee | ||
Comment 5•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•