Closed
Bug 504408
Opened 15 years ago
Closed 15 years ago
pkix_pl_CrlDp_Create will always fail if dp->distPointType != generalName
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.4
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
(Keywords: coverity, Whiteboard: PKIX)
Attachments
(1 file)
983 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
a comparison operator was typod as an assignment....
167 if (rv = SECFailure) {
Attachment #388782 -
Flags: review?(nelson)
Comment 2•15 years ago
|
||
Comment on attachment 388782 [details] [diff] [review]
patch
r=nelson. I will commit.
I'm beginning to think this function must not be used. I've done LOTS of CRLDP testing with trunk code, and it works, but this function clearly cannot, so ...
Attachment #388782 -
Flags: review?(nelson) → review+
Updated•15 years ago
|
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Target Milestone: --- → 3.12.4
Version: trunk → 3.12.3
Comment 3•15 years ago
|
||
module/pkix_pl_aiamgr.c; new revision: 1.12; previous revision: 1.11
pki/pkix_pl_crldp.c; new revision: 1.2; previous revision: 1.1
Assignee: alexei.volkov.bugs → timeless
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: PKIX
You need to log in
before you can comment on or make changes to this bug.
Description
•