]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check RRset trust in validate_neg_rrset()
authorMatthijs Mekking <matthijs@isc.org>
Tue, 3 Mar 2026 10:43:23 +0000 (11:43 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:03:33 +0000 (13:03 +0100)
commit6ca67f65cd685cf8699540a852c1e3775bd48d64
treeb043c1683eafad7e4563fa4e72ea9411451a03d4
parentd4c7c83a7085fee6addda47e84e2a9a47540f3f2
Check RRset trust in validate_neg_rrset()

In many places we only create a validator if the RRset has too low
trust (the RRset is pending validation, or could not be validated
before). This check was missing prior to validating negative response
data.
lib/dns/validator.c