]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use a case-sensitive hash table for ADB address entries
authorTony Finch <fanf@isc.org>
Wed, 6 Apr 2022 17:52:18 +0000 (18:52 +0100)
committerTony Finch <fanf@isc.org>
Tue, 3 May 2022 12:36:48 +0000 (12:36 +0000)
commitc44d7c8034384a284a8df1f57fd2b7d60f505a61
tree9e3c1fc674afbab80bedc4cc21e269ee7c31fcae
parent8707cb7ad4cfb5ae129f4d98a75a57e85eb72325
Use a case-sensitive hash table for ADB address entries

The key for the ADB `entrybuckets` hash table is a binary `struct
isc_sockaddr` so it seems wrong to use a case-insensitive hash.
lib/dns/adb.c