[openssl-dev] [openssl.org #3798] null check in x509_lu.c:cleanup

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


  around line 218 add the if check:


static void cleanup(X509_OBJECT *a)
{
+ if (!a)
+    return;
.




More information about the openssl-dev mailing list