Fix asn1_item_print_ctx
authorMatt Caswell <matt@openssl.org>
Wed, 11 Mar 2015 19:41:01 +0000 (19:41 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Mar 2015 09:22:19 +0000 (09:22 +0000)
commit34a7ed0c39aa3ab67eea1e106577525eaf0d7a00
tree757fba3bef4121183ea0da2bdd9699baa3cc4bac
parent9e488fd6ab2c295941e91a47ab7bcd346b7540c7
Fix asn1_item_print_ctx

The call to asn1_do_adb can return NULL on error, so we should check the
return value before attempting to use it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/asn1/tasn_prn.c