Around line 2226 add the NULL check.

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


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to