[openssl-dev] [openssl.org #3783] missing null pointer check in x509_lu.c

Salz, Rich via RT rt at openssl.org
Mon Apr 6 12:45:10 UTC 2015


void X509_OBJECT_free_contents(X509_OBJECT *a)
{
+   if (!a)
+     return;
   switch (a->type) {
....
already done in master.





More information about the openssl-dev mailing list