Clean up after another round of analyzer execution.

This commit is contained in:
Anthony Hu 2024-04-01 18:56:44 -04:00
parent 3a3a7c2a67
commit 2d532dd6b8
2 changed files with 2 additions and 1 deletions

View File

@ -1074,6 +1074,7 @@ static int do_dual_alg_server_certgen(byte **out, char *caKeyFile,
wc_FreeRsaKey(&caKey);
wc_FreeRsaKey(&serverKey);
wc_FreeRng(&rng);
wc_FreeDecodedCert(&preTBS);
return outSz;
}

View File

@ -27683,7 +27683,7 @@ static int EncodeName(EncodedName* name, const char* nameStr,
}
#ifdef WOLFSSL_CUSTOM_OID
if (type == ASN_CUSTOM_NAME) {
if (ret == 0) && (type == ASN_CUSTOM_NAME) {
if (cname == NULL || cname->custom.oidSz == 0) {
name->used = 0;
return 0;