]> git.ipfire.org Git - thirdparty/openssl.git/commit
hashtable.c: Avoid infinite loop in ossl_ht_insert()
authorTomas Mraz <tomas@openssl.org>
Fri, 17 May 2024 11:41:09 +0000 (13:41 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 21 Aug 2024 13:21:25 +0000 (15:21 +0200)
commit6cdca7b9febe35d993b6b3e3cd3c276e2387677b
treef20ec15f5d6f2a05282026ed92c0a164ce4c1160
parent14efc05314ce1bd8e8988d02f69a819a4e0a56ab
hashtable.c: Avoid infinite loop in ossl_ht_insert()

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24504)
crypto/hashtable/hashtable.c