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)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED
3.12.3

People

(Reporter: wtc, Assigned: wtc)

Details

Attachments

(1 file)

Attached patch Proposed patchSplinter Review
The input parameter 'trusts' to CERT_DecodeTrustString is a char *.
It should be a const char *.
Attachment #349457 - Flags: review?(alexei.volkov.bugs)
Dan Kegel suggested this change.
Status: NEW → ASSIGNED
Target Milestone: --- → 3.12.3
Attachment #349457 - Flags: review?(alexei.volkov.bugs) → review+
Comment on attachment 349457 [details] [diff] [review]
Proposed patch

r+
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.