Closed
Bug 413010
Opened 17 years ago
Closed 17 years ago
CERT_CompareRDN may return a false match
Categories
(NSS :: Libraries, defect, P1)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: nelson, Assigned: nelson)
Details
(Whiteboard: NSS312B2)
Attachments
(1 file)
542 bytes,
patch
|
julien.pierre
:
review+
|
Details | Diff | Splinter Review |
If CERT_CompareRDN finds an attribute type in the first RDN that is not
also present in the second RDN, it returns SECEqual, which signifies that
the two names matched.
This bug was introduced in rev 1.21 of secname.c, which was a fix for
Bug 210584. It affects only the trunk.
One-line patch forthcoming.
Assignee | ||
Updated•17 years ago
|
Priority: -- → P1
Whiteboard: NSS312B2
Assignee | ||
Comment 1•17 years ago
|
||
This should fix it.
Julien, please review.
Assignee: nobody → nelson
Status: NEW → ASSIGNED
Attachment #297850 -
Flags: review?(julien.pierre.boogz)
Assignee | ||
Comment 2•17 years ago
|
||
Correction: The checkin comment was wrong. The bug introduced in rev 1.21
was a consequence of a fix for bug 372242.
Updated•17 years ago
|
Attachment #297850 -
Flags: review?(julien.pierre.boogz) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in lib/certdb/secname.c;
new revision: 1.23; previous revision: 1.22
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•