]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commitdc5eb3fe25e43cd47ca7874859469d1b4e3f8b41
treed6a5bb2000b05542525446e4ebd888b519785a14
parent823d36c3a25c89b608e5ee36c06cfdb761eaa4f8
parent5c1ccb14839946fc083a4cb1f93951719703815b
[9.20] 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.20' into 'bind-9.20'

See merge request isc-projects/bind9!11905