Make sure the return value of X509_NAME_oneline(, NULL,) is checked against
authormiod <miod@openbsd.org>
Sat, 12 Jul 2014 16:33:25 +0000 (16:33 +0000)
committermiod <miod@openbsd.org>
Sat, 12 Jul 2014 16:33:25 +0000 (16:33 +0000)
commit96ab8a0ef8768e861c9015dd14b87896b59aeb21
tree42457bc48c46236bec9c83cc59a6956788378b68
parent5e0f13395c08dfe78192f87b8b92c0fa63d546ae
Make sure the return value of X509_NAME_oneline(, NULL,) is checked against
NULL.
ok deraadt@ guenther@ jsing@
lib/libcrypto/asn1/t_crl.c
lib/libcrypto/asn1/t_x509.c
lib/libssl/src/crypto/asn1/t_crl.c
lib/libssl/src/crypto/asn1/t_x509.c