commit | a9c6667cabf14f2b94196b886e9884961d18b7da | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Mar 18 19:57:36 2015 -0400 |
committer | Adam Langley <agl@google.com> | Thu Mar 19 11:28:48 2015 +0000 |
tree | e5adf513d63cde782125ee03a3d6ccb1ec329403 | |
parent | e30f3fb0809a79d9fad8074ea66b4b4a6498f637 [diff] |
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. (Imported from upstream's 34a7ed0c39aa3ab67eea1e106577525eaf0d7a00.) Change-Id: Ia43cdc73b5f1d16e6fc907b5aaf13c9df5a9958c Reviewed-on: https://boringssl-review.googlesource.com/4007 Reviewed-by: Adam Langley <agl@google.com>