]> git.ipfire.org Git - thirdparty/bind9.git/commit
Return SERVFAIL for a too long CNAME chain
authorAram Sargsyan <aram@isc.org>
Thu, 6 Jun 2024 12:06:59 +0000 (12:06 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 31 Jul 2024 10:54:10 +0000 (10:54 +0000)
commitb621f1d88e2a8a4e22d871e90e58ef4bd4b6050f
tree55ce5c5145ed1476a0f5b3e707fb51e0297c5c45
parent40f392c1246b8828ce05dca4bad8d23a24b2a300
Return SERVFAIL for a too long CNAME chain

Due to the maximum query restart limitation a long CNAME chain
it is cut after 16 queries but named still returns NOERROR.

Return SERVFAIL instead and the partial answer.
lib/ns/query.c