From: Otto Moerbeek Date: Wed, 3 Jun 2020 14:31:57 +0000 (+0200) Subject: More sophisticated cname loop detection. X-Git-Tag: dnsdist-1.5.0-rc3~17^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b2f95d4d8429c3f5008ccc6d857232291f7e66;p=thirdparty%2Fpdns.git More sophisticated cname loop detection. --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 333c0d8c21..b6a3bf9d85 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1331,9 +1331,20 @@ bool SyncRes::doCNAMECacheCheck(const DNSName &qname, const QType &qtype, vector } if (qname == newTarget) { - LOG(prefix<