]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/threads_win.c
Fix list appending in win ossl_rcu_call
authorNeil Horman <nhorman@openssl.org>
Thu, 29 Feb 2024 14:49:37 +0000 (09:49 -0500)
committerPauli <ppzgs1@gmail.com>
Wed, 24 Apr 2024 02:03:03 +0000 (12:03 +1000)
commitf39a86281883bd7ff0b3791ed203756d055c001b
tree38a7451ab965145b566dc8088b6e3722935733a5
parent3bcac46035d16e777c6651c18078bbcab27ad17a
Fix list appending in win ossl_rcu_call

The ossl_rcu_call function for windows creates a linked list loop.  fix
it to work like the pthread version properly

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23671)
crypto/threads_pthread.c
crypto/threads_win.c