]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] chg: usr: Fix a resolver stall on a CNAME response to a DS query
authorOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 06:02:13 +0000 (08:02 +0200)
committerOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 06:02:13 +0000 (08:02 +0200)
A validating resolver could stall for about twelve seconds and then return
SERVFAIL when an authoritative server answered a DS query with a CNAME. Such
responses are now rejected promptly, so the query fails fast instead of
hanging.

Closes #5878

Backport of MR !11867

Merge branch 'backport-5878-reject-cname-at-dnssec-types-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12147


Trivial merge