From: Colin Vidal Date: Wed, 17 Jun 2026 09:24:32 +0000 (+0200) Subject: fix: usr: Fix CNAME resolution failure caused by a cached SERVFAIL response X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0e1208dbb196bcd02c8acaae07a211bff4c04b9;p=thirdparty%2Fbind9.git fix: usr: Fix CNAME resolution failure caused by a cached SERVFAIL response Under certain circumstances, a cached SERVFAIL response could incorrectly prevent successful resolution of a CNAME target. This could cause resolution failures to persist until the cached SERVFAIL entry expired, even when the CNAME target itself was otherwise resolvable. This issue has been fixed. Closes #5983 Merge branch '5983-servfail-cache-cname' into 'main' See merge request isc-projects/bind9!12158 --- e0e1208dbb196bcd02c8acaae07a211bff4c04b9