Re: make X509_CRL_METHOD_free() NULL-safe

2018-04-23 Thread Kinichiro Inoguchi
OK inoguchi@

Re: make X509_CRL_METHOD_free() NULL-safe

2018-04-23 Thread Brent Cook
OK bcook@ On Mon, Apr 23, 2018 at 3:27 AM, Theo Buehler wrote: > This is a practically unused function (both in our tree and globally), > but it is the only remaining public *_free() function in libcrypto that > segfaults on being passed NULL. I'll of course add it to the

make X509_CRL_METHOD_free() NULL-safe

2018-04-23 Thread Theo Buehler
This is a practically unused function (both in our tree and globally), but it is the only remaining public *_free() function in libcrypto that segfaults on being passed NULL. I'll of course add it to the regress tests should this go in. Index: lib/libcrypto/asn1/x_crl.c