Closed
Bug 505835
Opened 15 years ago
Closed 15 years ago
nsTreeBodyFrame::ReflowFinished() doesn't null check GetBaseElement()
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: tnikkel)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity, crash)
Attachments
(1 file)
(deleted),
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
435 nsTreeBodyFrame::ReflowFinished()
454 nsIContent *treeContent = GetBaseElement();
455 if (treeContent->AttrValueIs(kNameSpaceID_None,
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → tnikkel
Attachment #437721 -
Flags: review?(neil)
Updated•15 years ago
|
Attachment #437721 -
Flags: review?(neil) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•15 years ago
|
||
Backed out because something in the push caused tsvg_opacity regression.
http://hg.mozilla.org/mozilla-central/rev/e69034463eeb
http://hg.mozilla.org/mozilla-central/rev/7fc54ac24458
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•