]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix case insensitive matching in isc_ht hash table implementation
authorOndřej Surý <ondrej@isc.org>
Sat, 10 Feb 2024 23:49:32 +0000 (00:49 +0100)
committerMichał Kępień <michal@isc.org>
Sun, 11 Feb 2024 10:23:28 +0000 (11:23 +0100)
commitc462d65b2fd0db362947db4a18a87df78f8d8e5d
treef1a33f8d5389673103d1890a89f477e45bc3a105
parentcb49b26a34eee13ecf19d66f57a18540e89f0ab0
Fix case insensitive matching in isc_ht hash table implementation

The case insensitive matching in isc_ht was basically completely broken
as only the hashvalue computation was case insensitive, but the key
comparison was always case sensitive.

(cherry picked from commit ec11aa2836a87724104b3e29abcc57cb6b2b7ee8)
lib/isc/ht.c
tests/isc/ht_test.c