From baff4a61a79b57fbe02caadcf12a162afb75dd31 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Aug 07 2018 16:07:36 +0000 Subject: fixup the coverity fix --- diff --git a/openssh-7.6p1-pkcs11-uri.patch b/openssh-7.6p1-pkcs11-uri.patch index 8f9c59c..79c6a00 100644 --- a/openssh-7.6p1-pkcs11-uri.patch +++ b/openssh-7.6p1-pkcs11-uri.patch @@ -4293,7 +4293,7 @@ index 88c9d6e2..a29b4451 100644 free(attribs[i].pValue); } 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 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) {