]> 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:23:58 +0000 (16:23 -0400)
commitd79ca0d2aef389fb68ac7c9b0818c27d77b15959
treef2a1b8baca04e6920571bf320fcddae220664e3b
parentf4dbc3562647f4e298752073cd608e33b082cd01
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)

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