mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-14 02:59:14 +00:00
Fix a missing OpenSSL error message point
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
78f6b007e7
commit
aaf8049c39
@ -425,6 +425,7 @@ STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs,
|
||||
|
||||
if (!sk_X509_push(signers, signer)) {
|
||||
sk_X509_free(signers);
|
||||
PKCS7err(PKCS7_F_PKCS7_GET0_SIGNERS, ERR_R_MALLOC_FAILURE);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user