]> 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)
committerOndřej Surý <ondrej@isc.org>
Sun, 11 Feb 2024 08:36:56 +0000 (09:36 +0100)
commit175655b771fd17b06dfb8cfb29eaadf0f3b6a8b5
tree4ca6fbebbe66ae04cceaeef59e32b96fc779c92e
parentfca10c130528bfdbb290deb386b3dfa7e5e4944e
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.
lib/isc/ht.c
tests/isc/ht_test.c