Closed
Bug 333403
Opened 19 years ago
Closed 12 years ago
DEADCODE in SECU_ErrorStringRaw
Categories
(NSS :: Tools, defect, P4)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 172051
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: coverity)
3133 else if (err == SEC_ERROR_EXTENSION_VALUE_INVALID)
3134 sprintf(SECUErrorBuf, "Invalid extension value");
3192 else if (err == SEC_ERROR_EXTENSION_VALUE_INVALID)
3193 sprintf (SECUErrorBuf, "Certificate extension value invalid");
Updated•19 years ago
|
Priority: -- → P4
Updated•19 years ago
|
Target Milestone: --- → 3.11.1
Updated•19 years ago
|
Target Milestone: 3.11.1 → 3.11.2
Version: 3.0 → 3.11
Updated•18 years ago
|
Target Milestone: 3.11.3 → ---
Comment 3•12 years ago
|
||
SECU_ErrorStringRaw was removed as part of the fix for Bug 172051.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•