]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix suppressed missing-glue check in named-checkzone
authorOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 15:31:30 +0000 (17:31 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 29 Apr 2026 15:31:30 +0000 (17:31 +0200)
commite75f14648554ba694edd87467e4f5426e588619f
treec8a1d944127f4ee2b53e0891a0de2debc06906fd
parent1064d11af24cd9626453273d7ce830b87aa36291
parent72d21a08063400d9a3e9c3d13ccc5ac28bf457c1
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.

Merge branch 'ondrej/check-tool-err-glue-code-collision' into 'main'

See merge request isc-projects/bind9!11899