Closed
Bug 333301
Opened 19 years ago
Closed 19 years ago
[@ nsViewManager::RemoveChild] if child is null
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: asqueella)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
found by coverity
since this is an nsimethod, imo this code should have NS_ENSURE_ARG_POINTER(child) instead of NS_PRECONDITION, deref, null check after crashing in deref.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•19 years ago
|
||
As timeless suggested.
Assignee: roc → asqueella
Status: NEW → ASSIGNED
Attachment #217754 -
Flags: superreview?(roc)
Attachment #217754 -
Flags: review?(roc)
Attachment #217754 -
Flags: superreview?(roc)
Attachment #217754 -
Flags: superreview+
Attachment #217754 -
Flags: review?(roc)
Attachment #217754 -
Flags: review+
Comment 2•19 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Blocks: coverity-analysis
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•