Fixing stack buffer overflow error caused by incorrectly sized array.
authorKevin Cadieux <kevca@microsoft.com>
Wed, 17 Mar 2021 03:23:38 +0000 (20:23 -0700)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Mar 2021 09:56:28 +0000 (10:56 +0100)
commit628d2d3a7f2318b6a6a1c36f9d8d12032c69a9dd
treeae8b4d9ba3c8dcce6edd754bb3d9006f8d47fb55
parentc8830891e6cb8d0782986662ca50b8fa7c97f49f
Fixing stack buffer overflow error caused by incorrectly sized array.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14582)
test/params_api_test.c