]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Fix suppressed missing-glue check in named-checkzone
authorOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 16:13:19 +0000 (18:13 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 16:13:19 +0000 (18:13 +0200)
commit598277fe031128286d10a2b7f7ae60b91ca56d7f
tree7d35dec109fada4bad7c5a28153892f6581ea61e
parent54b53117ef35219c2919d0a9fbf93010e872b0ce
parent3e5fedfcfa100cd68346d8fe3025f6420cb8eb32
[9.18] fix: usr: Fix suppressed missing-glue check in named-checkzone

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.18' into 'bind-9.18'

See merge request isc-projects/bind9!11906