Add missing NULL check in OSSL_DECODER_from_bio().
authorShane Lontis <shane.lontis@oracle.com>
Mon, 14 Jun 2021 06:43:28 +0000 (16:43 +1000)
committerPauli <pauli@openssl.org>
Tue, 15 Jun 2021 07:36:42 +0000 (17:36 +1000)
commit42e97dde808e6471575696fdec41e2f8d2ef9feb
tree33705d9fb6435846e3223d54a1ab618d8ac6db30
parentf77208693ec3bda99618e6f76c0f8d279c0077bb
Add missing NULL check in OSSL_DECODER_from_bio().

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15733)
crypto/encode_decode/decoder_lib.c