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