Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
authorTomas Mraz <tomas@openssl.org>
Mon, 19 Apr 2021 14:02:16 +0000 (16:02 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Apr 2021 14:46:20 +0000 (16:46 +0200)
commit1fac27050176f7ed00da5649266024265678f70c
tree4b60cd18f6793a759f49fa08146b44e98575398f
parentdb6b1266ab30945de2d14fbc62e9c3c308cce897
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()

Fixes Coverity ID 1476283

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14928)
crypto/params.c
test/evp_extra_test2.c