evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)
authorPauli <pauli@openssl.org>
Mon, 28 Jun 2021 22:26:11 +0000 (08:26 +1000)
committerPauli <pauli@openssl.org>
Wed, 30 Jun 2021 03:55:09 +0000 (13:55 +1000)
commit5e56f4587de2f2e06c079272fa4d6712d56dbcf0
tree5154d77f4240cc46d7bb920cc3bf9c1d59900c60
parent98431c431366ec3445e92cf4c50a1d3ac80573a5
evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15943)
crypto/evp/ctrl_params_translate.c