Open Bug 507378 Opened 16 years ago Updated 3 years ago

useless null check of handle in sftk_fips_ECDSA_Test

Categories

(NSS :: Libraries, defect, P5)

Tracking

(Not tracked)

People

(Reporter: timeless, Assigned: rrelyea)

References

(Blocks 1 open bug, )

Details

(Keywords: coverity, Whiteboard: FIPS)

1609 sftk_fips_ECDSA_Test(const PRUint8 *encodedParams, 1647 ecdsaStatus = EC_NewKeyFromSeed(ecparams, &ecdsa_private_key, 1653 if (ecdsaStatus != SECSuccess) { 1654 return ( CKR_DEVICE_ERROR ); 1658 ecdsaStatus = EC_CopyParams(ecdsa_private_key->ecParams.arena, 1719 if (ecdsa_private_key != NULL) {
Severity: enhancement → trivial
Priority: -- → P5
Blocks: FIPS2010
Assignee: nobody → rrelyea
Whiteboard: FIPS
Severity: trivial → S4
You need to log in before you can comment on or make changes to this bug.