]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix missing RRSIG for CNAME with different slabheader order
authorOndřej Surý <ondrej@isc.org>
Tue, 6 Feb 2024 13:05:08 +0000 (14:05 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Feb 2024 08:45:13 +0000 (09:45 +0100)
commit08ac45897b30349878b3459214bebed4fbcf5f8a
treefb3844d91216353708c0292bdaa29a86b0ccef23
parent43a2e6aa6906ae500d1b14995605671c3f8a899c
Fix missing RRSIG for CNAME with different slabheader order

The cachedb was missing piece of code (already found in zonedb) that
would make lookups in the slabheaders to miss the RRSIGs for CNAME if
the order of CNAME and RRSIG(CNAME) was reversed in the node->data.

(cherry picked from commit 5070c7f5c74a143f74775515d65fad01f398ecd1)
lib/dns/rbtdb.c