]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Clear serve-stale flags when following the CNAME chains
authorMatthijs Mekking <matthijs@isc.org>
Mon, 23 Feb 2026 07:50:48 +0000 (07:50 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 23 Feb 2026 07:50:48 +0000 (07:50 +0000)
commit2c67f8bbcad049f9fb8ca4df21ca64b459f51ee1
tree3e24c2b0ddc27e262a3600ac60a3cfb5e1a64fc0
parent6d3252bbe6f1a3272dde401dbdbf78311241e4be
parentd46277b398abc4f226002515f457da77e00878f9
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

Merge branch '5751-clear-staleflags-in-CNAME-chains' into 'main'

See merge request isc-projects/bind9!11558