]> 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:06:38 +0000 (13:06 +0100)
commitef01ff31db4be0d737949fd785fa52c491041eb4
tree267a2d326fb8be04f24e31c9fee69b0972a08440
parent1fb2c667fd3b38614687056244ba96200c31b59b
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.

(cherry picked from commit 6ca67f65cd685cf8699540a852c1e3775bd48d64)
lib/dns/validator.c