fixup the coverity fix
This commit is contained in:
parent
009e39709f
commit
baff4a61a7
@ -4293,7 +4293,7 @@ index 88c9d6e2..a29b4451 100644
|
|||||||
free(attribs[i].pValue);
|
free(attribs[i].pValue);
|
||||||
}
|
}
|
||||||
if ((rv = f->C_FindObjectsFinal(session)) != CKR_OK)
|
if ((rv = f->C_FindObjectsFinal(session)) != CKR_OK)
|
||||||
@@ -581,126 +740,238 @@ pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx,
|
@@ -581,126 +740,239 @@ pkcs11_fetch_keys_filter(struct pkcs11_provider *p, CK_ULONG slotidx,
|
||||||
int
|
int
|
||||||
pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp)
|
pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user