]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Fix a resolver stall on a CNAME response to a DS query
authorOndřej Surý <ondrej@isc.org>
Fri, 29 May 2026 20:34:46 +0000 (22:34 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 29 May 2026 20:34:46 +0000 (22:34 +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

Merge branch '5878-reject-cname-at-dnssec-types' into 'main'

See merge request isc-projects/bind9!11867


Trivial merge