[openssl-dev] [openssl.org #3799] add null to check X509_STORE_CTX_free

Salz, Rich via RT rt at openssl.org
Sun Apr 12 13:01:11 UTC 2015


Around line 2226 add the NULL check.

void X509_STORE_CTX_free(X509_STORE_CTX *ctx)
{
+ if (!ctx)
+   return;




More information about the openssl-dev mailing list