From: Peter van Dijk Date: Tue, 6 Jul 2021 14:47:43 +0000 (+0200) Subject: rec: do not use DNSKEYs found below an apex for validation, also from cache X-Git-Tag: dnsdist-1.7.0-alpha1~85^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ad87969c8a24fcc812ff4cb445a9e130d256ae;p=thirdparty%2Fpdns.git rec: do not use DNSKEYs found below an apex for validation, also from cache --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index bf5b439e18..d5c097b73b 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1849,7 +1849,7 @@ bool SyncRes::doCacheCheck(const DNSName &qname, const DNSName& authname, bool w if (recordState == vState::Secure) { LOG(prefix<