]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Clear serve-stale flags when following the CNAME chains
authorMatthijs Mekking <matthijs@isc.org>
Wed, 25 Feb 2026 16:55:56 +0000 (16:55 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 25 Feb 2026 16:55:56 +0000 (16:55 +0000)
commit7733cb4580eb515b4e4026101586119097896bf2
tree1a9a45ef0bdffcb40d33264dfada3abab083e72f
parentad027ad29573c9e929e0b8bbc70f8f100d89d33c
parent15b5d4c91727b3465e54a74c6d0e39634fd8d742
[9.18] fix: usr: Clear serve-stale flags when following the CNAME chains

A stale answer could have been served in case of multiple upstream
failures when following the CNAME chains.  This has been fixed.

Closes #5751

Backport of MR !11558

Merge branch 'backport-5751-clear-staleflags-in-CNAME-chains-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11584