mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
Fix CRL distribution point memory leak, CID 1519398
This commit is contained in:
parent
7f87f930f7
commit
d59601f2b9
@ -2768,6 +2768,7 @@ static char *get_clrdp_url(X509 *cert)
|
|||||||
url = OPENSSL_strdup((const char *)ASN1_STRING_get0_data(uri));
|
url = OPENSSL_strdup((const char *)ASN1_STRING_get0_data(uri));
|
||||||
if (strncmp(url, "http://", 7) == 0)
|
if (strncmp(url, "http://", 7) == 0)
|
||||||
goto out;
|
goto out;
|
||||||
|
OPENSSL_free(url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user