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:24:38 +0000 (14:24 +0100)
commit742e766f0e194d072209fe8b082278e88f62b26b
tree9bf5a07135e417c295302ba816d0a4f38e9912b0
parent380ae1b3ac7052f873099dcccd9c378f64e11fc1
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)

(cherry picked from commit 0bf18140f491024232beca4e139c8feecfe207e9)
test/rsa_test.c