]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make counters in rcu/rw threads torture test 64 bit
authorNeil Horman <nhorman@openssl.org>
Tue, 5 Mar 2024 19:22:28 +0000 (14:22 -0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 22 Mar 2024 10:07:50 +0000 (11:07 +0100)
commitc4e6046db73b451ffb8c20374b22c5732ed512c7
tree6657b3da81c74c1229b809fbc6f4cd09c43d66c2
parentfdef881657f1f9db8ea0d6ddea5d2ee49eb7e694
Make counters in rcu/rw threads torture test 64 bit

Its possible in some conditions for the rw/rcu torture tests to wrap the
counter, leading to false positive failures, make them 64 bits to avoid
this

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23724)

(cherry picked from commit b50c174ee3b11f916285046d52574ba653745083)
test/threadstest.c