Open
Bug 526901
Opened 16 years ago
Updated 3 years ago
pkix_pl_pk11certstore.c: DownloadCrl: local variable savedError is assigned but not used
Categories
(NSS :: Libraries, defect, P4)
Tracking
(Not tracked)
NEW
People
(Reporter: wtc, Unassigned)
Details
In mozilla/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c,
the DownloadCrl() function, the local variable savedError is assigned a value
in a few places but that value is never used.
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/security/nss/lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c&rev=1.17&mark=812,832,838,846,856,868,889,894#792
We should either use the value we saved in savedError, or remove that variable.
Updated•16 years ago
|
Priority: -- → P4
Updated•3 years ago
|
Severity: trivial → S4
Comment 1•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: alvolkov.bgs → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•