Closed Bug 1907743 Opened 2 months ago Closed 2 months ago

pk11mode passes null phKey to C_DeriveKey

Categories

(NSS :: Tools, defect, P3)

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.

Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: