]> 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:06:59 +0000 (11:06 +0100)
commitb50c174ee3b11f916285046d52574ba653745083
tree9307663d9ea1c9331d28d4000090d49d5e30b103
parentada9d8c785cce8e75a88675622dd5ec79e9aa6d7
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)
test/threadstest.c