Fix Coverity 1547856: memset() uses only the lowest byte of c
authorTomas Mraz <tomas@openssl.org>
Thu, 19 Oct 2023 06:37:47 +0000 (08:37 +0200)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Oct 2023 13:23:50 +0000 (14:23 +0100)
commit0bf18140f491024232beca4e139c8feecfe207e9
tree43a02a1a9e0534143e8197b85e912723e0f3635f
parent7998e7dc07d8f1f516af32887f2490c03cd8c594
Fix Coverity 1547856: memset() uses only the lowest byte of c

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22430)
test/rsa_test.c