Closed
Bug 620416
Opened 15 years ago
Closed 14 years ago
hopefully useless null check of aCol in nsTreeBodyFrame::GetCellAt
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla2.0b12
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
754 bytes,
patch
|
enndeakin
:
review+
dbaron
:
approval2.0+
|
Details | Diff | Splinter Review |
1644 nsTreeBodyFrame::GetCellAt(nscoord aX, nscoord aY, PRInt32* aRow,
deref:
1647 *aCol = nsnull;
check:
1673 if (aCol)
1674 *aCol = currCol;
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #498902 -
Flags: review?(enndeakin)
Attachment #498902 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #498902 -
Flags: review?(enndeakin) → review+
Attachment #498902 -
Flags: approval2.0? → approval2.0+
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b12
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•