]> 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>
Wed, 24 Sep 2025 14:21:03 +0000 (10:21 -0400)
commit728d5cf9e1b1bed196b31e8c71b8e1d2e398d2ff
treee39346888b90800c1b94a45279fbbc9b04250660
parentd8ecbb37dcfcee24c4f6c8e46e1e0caefb940187
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: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28635)
crypto/threads_pthread.c