]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec-4.3.x: Avoid a CNAME loop detection issue with DNS64 9702/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Nov 2020 17:05:15 +0000 (18:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Nov 2020 17:05:15 +0000 (18:05 +0100)
commitbba277add4c6e7e2f2b164b63a4e538ad080a955
tree7464da36a0ca9f7a4dd680d50acc6e7b8127a812
parent4d22828fff65c9a0eaec768019bb1144e7b6b12d
rec-4.3.x: Avoid a CNAME loop detection issue with DNS64

When the requested qname is a CNAME to a second CNAME, the CNAME
loop detection might get incorrectly triggered because the CNAMEs
were already present in the vector of result records.
pdns/lua-recursor4.cc