mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix for CID 299637 make sure after free'ing pointer it is not re-used
This commit is contained in:
@ -13353,6 +13353,7 @@ int LoadCertByIssuer(WOLFSSL_X509_STORE* store, X509_NAME* issuer, int type)
|
||||
}
|
||||
|
||||
XFREE(filename, NULL, DYNAMIC_TYPE_OPENSSL);
|
||||
filename = NULL;
|
||||
}
|
||||
#else
|
||||
(void) type;
|
||||
|
Reference in New Issue
Block a user