]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix suppressed missing-glue check in named-checkzone
authorOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 16:13:23 +0000 (18:13 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 16:13:23 +0000 (18:13 +0200)
named-checkzone and named-checkconf -z silently skipped the
missing-glue check for any NS name that had already triggered an
extra-AAAA-glue warning, so zones missing required A glue could pass
validation and be deployed with broken delegations.

Backport of MR !11899

Merge branch 'backport-ondrej/check-tool-err-glue-code-collision-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11905


Trivial merge