Open
Bug 1234527
Opened 10 years ago
Updated 3 years ago
Unused values in nss
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(firefox46 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | affected |
People
(Reporter: franziskus, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID1242807,CID1242821,CID1242852,CID1242894,CID1242907,CID1242912,CID1247653)
There are a couple of unused values that need attention:
* CID1242807: secutil.c:SECU_displayVerifyLog(errstr)
* CID1242821: pk11util.c:SECMOD_AddNewModuleEx(result)
* CID1242852: jarfile.c:jar_physical_inflate(status)
* CID1242894: jarfile.c:JAR_extract(result)
* CID1242907: pcertdb.c:UpdateV6DB(ret)
* CID1242912: servget.c:crmf_copy_poposigningkey(rv)
* CID1247653: certutil.c:outputCertOrExtension:(rv)
Updated•9 years ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Comment 1•9 years ago
|
||
Ah...this is a meta bug, remove myself from assignee.
Assignee: dlee → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•