Closed
Bug 466194
Opened 16 years ago
Closed 16 years ago
CERT_DecodeTrustString should take a const char * input trusts string.
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.3
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
1.20 KB,
patch
|
alvolkov.bgs
:
review+
|
Details | Diff | Splinter Review |
The input parameter 'trusts' to CERT_DecodeTrustString is a char *.
It should be a const char *.
Attachment #349457 -
Flags: review?(alexei.volkov.bugs)
Assignee | ||
Comment 1•16 years ago
|
||
Dan Kegel suggested this change.
Status: NEW → ASSIGNED
Target Milestone: --- → 3.12.3
Updated•16 years ago
|
Attachment #349457 -
Flags: review?(alexei.volkov.bugs) → review+
Comment 2•16 years ago
|
||
Comment on attachment 349457 [details] [diff] [review]
Proposed patch
r+
Assignee | ||
Comment 3•16 years ago
|
||
I checked in the patch on the NSS trunk (NSS 3.12.3).
Checking in cert.h;
/cvsroot/mozilla/security/nss/lib/certdb/cert.h,v <-- cert.h
new revision: 1.75; previous revision: 1.74
done
Checking in certdb.c;
/cvsroot/mozilla/security/nss/lib/certdb/certdb.c,v <-- certdb.c
new revision: 1.94; previous revision: 1.93
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•