Fix bugs reported from GitHub code-scanning

This commit is contained in:
Zhi Guan
2026-05-27 10:56:37 +08:00
parent e18bc4212e
commit 087690d892
6 changed files with 14 additions and 12 deletions

View File

@@ -344,7 +344,7 @@ int x509_crl_entry_ext_from_der_ex(int *oid, int *critical,
error_print();
return -1;
}
if (!cert_issuer) {
if (!(*cert_issuer)) {
error_print();
return -1;
}