mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
Updated fix of CID 587269.
This commit is contained in:
@@ -41545,6 +41545,10 @@ err:
|
|||||||
return BAD_FUNC_ARG;
|
return BAD_FUNC_ARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (*info == NULL) {
|
||||||
|
return BAD_FUNC_ARG;
|
||||||
|
}
|
||||||
|
|
||||||
/* check is fresh "info" passed in, if not free it */
|
/* check is fresh "info" passed in, if not free it */
|
||||||
if ((*info)->x509 != NULL || (*info)->x_pkey != NULL) {
|
if ((*info)->x509 != NULL || (*info)->x_pkey != NULL) {
|
||||||
WOLFSSL_X509_INFO* tmp;
|
WOLFSSL_X509_INFO* tmp;
|
||||||
|
Reference in New Issue
Block a user