]> 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:55:44 +0000 (10:55 +0200)
commit606de509e3828fd2fb65184500e6197c82a0efcf
tree0a748205d745123f8c3614fc03f2ae8ecf4657b3
parent273c75e8636fb28be3d56ef0bd7b67b7451a0bef
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)
crypto/threads_pthread.c