]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use 32-bit hashing in isc memory debugging
authorOndřej Surý <ondrej@isc.org>
Tue, 12 Sep 2023 14:35:29 +0000 (16:35 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Sep 2023 17:51:51 +0000 (19:51 +0200)
commit1653fa61c7c268a0aa4afb22b78d10ec5ddb478d
treee900e37e13d5d83e0a9b53255f12df1038f0893c
parent9d326aaba32d28674b20c426537c0014dd044318
Use 32-bit hashing in isc memory debugging

Switch from 64-bit isc_hash_function() to 32-bit isc_hash32() as we were
using the 32-bit value only anyway.
lib/isc/mem.c