Closed
Bug 456036
Opened 17 years ago
Closed 17 years ago
Stubs for deprecated functions in lib/certdb/stanpcertdb.c should set the PR_NOT_IMPLEMENTED_ERROR error.
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.2
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
1.46 KB,
patch
|
julien.pierre
:
review+
|
Details | Diff | Splinter Review |
The stubs for deprecated functions at the bottom of
lib/certdb/stanpcertdb.c should set the PR_NOT_IMPLEMENTED_ERROR
error.
One of them, __CERT_ClosePermCertDB, returns void, so in my
proposed patch I didn't add a PORT_SetError call to it.
Attachment #339452 -
Flags: review?(julien.pierre.boogz)
Updated•17 years ago
|
Attachment #339452 -
Flags: review?(julien.pierre.boogz) → review+
Assignee | ||
Comment 1•17 years ago
|
||
I checked in the patch on the NSS trunk (NSS 3.12.2).
Checking in stanpcertdb.c;
/cvsroot/mozilla/security/nss/lib/certdb/stanpcertdb.c,v <-- stanpcertdb.c
new revision: 1.82; previous revision: 1.81
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•