]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add error checking to CRYPTO_atomic_[load|store] calls
authorNeil Horman <nhorman@openssl.org>
Mon, 29 Jul 2024 19:12:00 +0000 (15:12 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 31 Jul 2024 12:05:53 +0000 (08:05 -0400)
commit9bd5e92aff83c24e0c6fdab1846340fae226dbb3
tree2148edaf907e164911a8c99a46310ecabb39d2e7
parent8e5cc43e74b32aca030a33e092b748addc564cd4
Add error checking to CRYPTO_atomic_[load|store] calls

Noted that we didn't check return codes of the atomic loads/stores in
the new hashtable, and they can fail

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24969)
crypto/hashtable/hashtable.c