Closed
Bug 337086
Opened 19 years ago
Closed 19 years ago
Coverity 446, dead code in mozilla/security/nss/lib/certhigh/ocsp.c
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.2
People
(Reporter: jonsmirl, Assigned: alvolkov.bgs)
Details
(Keywords: coverity, Whiteboard: [CID 446 843])
Attachments
(1 file)
558 bytes,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
it is not possible for statusContext to be null in the error case
@@ -3764,8 +3764,6 @@
return SECSuccess;
loser:
- if (statusContext != NULL)
- PORT_Free(statusContext);
if (statusConfig != NULL)
PORT_Free(statusConfig);
return SECFailure;
Updated•19 years ago
|
Severity: normal → trivial
Priority: -- → P3
Attachment #221265 -
Flags: review?(wtchang)
Updated•19 years ago
|
Attachment #221265 -
Flags: review?(wtchang) → review+
Assignee | ||
Comment 2•19 years ago
|
||
trunk
/cvsroot/mozilla/security/nss/lib/certhigh/ocsp.c,v <-- ocsp.c
new revision: 1.25; previous revision: 1.24
3.11 branch
/cvsroot/mozilla/security/nss/lib/certhigh/ocsp.c,v <-- ocsp.c
new revision: 1.21.2.6; previous revision: 1.21.2.5
Assignee: nobody → alexei.volkov.bugs
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [CID 446]
You need to log in
before you can comment on or make changes to this bug.
Description
•