Skip to content

Commit 2978244

Browse files
Fix for CID 299637 make sure after free'ing pointer it is not re-used
1 parent 247bc15 commit 2978244

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/internal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13353,6 +13353,7 @@ int LoadCertByIssuer(WOLFSSL_X509_STORE* store, X509_NAME* issuer, int type)
1335313353
}
1335413354

1335513355
XFREE(filename, NULL, DYNAMIC_TYPE_OPENSSL);
13356+
filename = NULL;
1335613357
}
1335713358
#else
1335813359
(void) type;

0 commit comments

Comments
 (0)