]> 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:33:02 +0000 (10:33 -0400)
commit51992d03f4f3c2825701dce7724285d7c26be119
tree9d4430ea006cd9117c09469c09b558c001ada830
parentd0307fefac13751e881568c32c1cbd78a20f64f4
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)

(cherry picked from commit 728d5cf9e1b1bed196b31e8c71b8e1d2e398d2ff)
crypto/threads_pthread.c