]> git.ipfire.org Git - thirdparty/openssl.git/commit
Assert that we successfully obtained a lock
authorMatt Caswell <matt@openssl.org>
Wed, 16 Apr 2025 11:15:51 +0000 (12:15 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Apr 2025 08:56:15 +0000 (10:56 +0200)
commit83a0e62091d739268bd182384f57940ce6e741ec
treee645d7bc89ee69ca4c30f6843fcd9e513b0e6431
parent75678fbe606885ecd07b670c7f7d041b9194d21d
Assert that we successfully obtained a lock

We should never fail to obtain a lock, so assert that we are successful

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27408)

(cherry picked from commit 606de509e3828fd2fb65184500e6197c82a0efcf)
crypto/threads_pthread.c