Closed
Bug 1907743
Opened 3 months ago
Closed 3 months 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•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•