]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use the new isc_sockaddr_hash_ex() to fix QID table hashing
authorOndřej Surý <ondrej@isc.org>
Mon, 18 Sep 2023 08:02:37 +0000 (10:02 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Sep 2023 17:56:33 +0000 (19:56 +0200)
commit4cf4cc484d5eb53d21d1b176f59233ad4be3dead
tree0d0e65e2de55bc1e8ef91276b908c21ba7211511
parent3230c8e369313020ea48f995790624acec94dc8a
Use the new isc_sockaddr_hash_ex() to fix QID table hashing

The QID table hashing used a custom merging of the sockaddr, port and id
into a single hashvalue.  Normalize the QID table hashing function to
use isc_hash32 API for all the values.
lib/dns/dispatch.c