Closed
Bug 495365
Opened 14 years ago
Closed 14 years ago
Add const to the 'nickname' parameter of SEC_CertNicknameConflict
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.4
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
1.78 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
The 'nickname' parameter of SEC_CertNicknameConflict should be a const char *.
Attachment #380327 -
Flags: review?(nelson)
Comment 1•14 years ago
|
||
Comment on attachment 380327 [details] [diff] [review] Proposed patch r=nelson
Attachment #380327 -
Flags: review?(nelson) → review+
Assignee | ||
Comment 2•14 years ago
|
||
I checked in the patch on the NSS trunk (NSS 3.12.4). Checking in certdb.h; /cvsroot/mozilla/security/nss/lib/certdb/certdb.h,v <-- certdb.h new revision: 1.22; previous revision: 1.21 done Checking in stanpcertdb.c; /cvsroot/mozilla/security/nss/lib/certdb/stanpcertdb.c,v <-- stanpcertdb.c new revision: 1.84; previous revision: 1.83 done
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.12.4
You need to log in
before you can comment on or make changes to this bug.
Description
•