]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not use RW mutexes on RISC-V arch
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 19 Sep 2025 06:52:24 +0000 (08:52 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 23 Sep 2025 17:05:20 +0000 (13:05 -0400)
commit038f7e70cfe30e550030d227ab7b318f9756b6ed
treef4c290c39763697b30071ceef35b9aa5403dc5c8
parent31ea1efe2093444f79bcce82460e33deb5a08ec2
Do not use RW mutexes on RISC-V arch

For unknown reasons using RW mutexes on RISC-V arch
seems to be broken, at least with glibc.

Fixes #28550

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28634)

(cherry picked from commit bea53924ce729353df41129c58bd3349df7d7a82)
crypto/threads_pthread.c