Closed
Bug 1907743
Opened 1 year ago
Closed 1 year ago
pk11mode passes null phKey to C_DeriveKey
Categories
(NSS :: Tools, defect, P3)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jschanck, Assigned: jschanck)
Details
Attachments
(1 file)
This test failure is due to pk11mode calling C_DeriveKey with phKey == NULL. We changed an if (phKey) { ... } to a PORT_Assert(phKey) here as part of Bug 1903373 to avoid a scan-build warning.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•