Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_data
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 1 Jul 2019 07:41:47 +0000 (09:41 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 2 Jul 2019 14:22:02 +0000 (16:22 +0200)
commit94f4d58a87eac9c6fe4cb46b998656bd6d6f03a5
tree517d6b545c1da393dcd1bf7b63edec6271053d60
parent6335f837cfa7eaf1202f2557bf2ba148987226e7
Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_data

The member value.ptr is undefined for those ASN1 types.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9278)
crypto/x509/x509_att.c