]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change the dns_name hashing to use 32-bit values
authorOndřej Surý <ondrej@isc.org>
Thu, 16 Jul 2020 15:30:44 +0000 (17:30 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Jul 2020 09:57:24 +0000 (11:57 +0200)
commit0fff3008ac2db72326b54bbb29fce1ce313480dc
tree06b7448350fb94edb011fd617247cbf8af076c4f
parentebb2b055cc95ac1bdfd5eea075b62dc4c3f056cf
Change the dns_name hashing to use 32-bit values

Change the dns_hash_name() and dns_hash_fullname() functions to use
isc_hash32() as the maximum hashtable size in rbt is 0..UINT32_MAX
large.

(cherry picked from commit a9182c89a666a9aa772c770c7f9f9ea39b98f328)
lib/dns/name.c