Clean up after another round of analyzer execution.
This commit is contained in:
parent
3a3a7c2a67
commit
2d532dd6b8
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user