]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix logic errors in torture_rw_high/low test
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 16 Sep 2025 15:18:33 +0000 (17:18 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 17 Sep 2025 20:11:27 +0000 (16:11 -0400)
commita1f6bbf6b0eb5bd15569b225bb0bd443fa879c9c
treebadb48bc2bd8102511f43e62ba7a0ada87164126
parentd88c43a64408616572941e5d0b127194d80f562f
Fix logic errors in torture_rw_high/low test

"old" was never assigned anything and the first
assignment to "*iterations" in the loop was superfluous.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28574)
test/threadstest.c