]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove check for missing RRSIG records from getsection
authorMark Andrews <marka@isc.org>
Tue, 18 Feb 2025 23:34:47 +0000 (10:34 +1100)
committerMark Andrews <marka@isc.org>
Thu, 20 Feb 2025 20:31:07 +0000 (20:31 +0000)
commit83159d0a545be2845f08386f5dffdc2ac3721ba5
tree946a0ff6005817b5366ef7a759b87c39f6c74701
parentd78ebff86107539700e16ef3bc19d184200181ec
Remove check for missing RRSIG records from getsection

Checking whether the authority section is properly signed should
be left to the validator.  Checking in getsection (dns_message_parse)
was way too early and resulted in resolution failures of lookups
that should have otherwise succeeded.
lib/dns/message.c