]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix invalid cache-line padding for qpcache buckets
authorOndřej Surý <ondrej@isc.org>
Fri, 21 Mar 2025 08:29:17 +0000 (09:29 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 25 Mar 2025 09:56:21 +0000 (10:56 +0100)
commit3ef9b09620c3c3360498098fad5a33b765767ab2
tree748837c0d39bba8b267b0f1e4cfbfa449571663a
parent75060cbd63eb5f60aec80889b6147ebcda1a4e8a
Fix invalid cache-line padding for qpcache buckets

The isc_queue_t was missing in the calculation of the required
padding size inside the qpcache bucket structure.
lib/dns/qpcache.c