Closed
Bug 339488
Opened 19 years ago
Closed 19 years ago
Coverity complains that the wrong variable is null checked
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity, fixed1.8.1)
Attachments
(1 file)
|
2.68 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
CID: 967
Checker: DEADCODE (help)
File: base/src/mozilla/dom/src/base/nsDOMClassInfo.cpp
Function: nsDOMClassInfo::PreserveWrapper(void *, nsIXPConnectJSObjectHolder *(*)(void *), nsIDOMGCParticipant *, int)
Description: After this line (or expression), the value of "entry" cannot be 0
Attachment #223587 -
Flags: superreview+
Attachment #223587 -
Flags: review?(dbaron)
Attachment #223587 -
Flags: review+
Blocks: 336791
This was checked in a while ago:
revision 1.384
date: 2006/05/28 15:16:47; author: timeless%mozdev.org; state: Exp; lines: +1 -1
Bug 339488 Coverity complains that the wrong variable is null checked
r=dbaron sr=dbaron
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Fixed on MOZILLA_1_8_BRANCH by checkin of bug 336791.
Keywords: fixed1.8.1
Updated•7 years ago
|
Blocks: coverity-analysis
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•