mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-20 22:51:05 +00:00
13 lines
516 B
Diff
13 lines
516 B
Diff
diff --git a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
|
|
index 4418723..5e2107e 100644
|
|
--- a/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
|
|
+++ b/Cryptlib/OpenSSL/crypto/pkcs7/pk7_smime.c
|
|
@@ -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;
|
|
}
|
|
}
|