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)
NSS
Libraries
Tracking
(Not tracked)
NEW
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) {
Updated•16 years ago
|
Severity: enhancement → trivial
Priority: -- → P5
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → rrelyea
Updated•15 years ago
|
Whiteboard: FIPS
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•