]> 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:37:32 +0000 (10:37 -0400)
commit50bdc4fc7cdcfbcca257ea70158f1a899ba16cab
tree67408fe4404e25a66e6c3de396fe8c453bfaf098
parenta4727cf2543792a6adae2461f2fe9ac3b9b6dd39
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