]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix crash in named-checkconf -n 12547/head
authorEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 00:04:34 +0000 (17:04 -0700)
committerEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 07:00:48 +0000 (07:00 +0000)
commit6850bc0cfbe5ab8d76c1b43fd03b59b975a69378
tree9a14ca566f31c503b182357befd5b1a101170439
parent05b463c2cc8e82a444f2efad94ded85bea2fe4a3
Fix crash in named-checkconf -n

The "named-checkconf -n" option always triggered a crash due to
an incorrect REQUIRE. This has been fixed, and a regression test
added to the checkconf system test.
bin/check/named-checkconf.c
bin/check/named-checkconf.rst
bin/tests/system/checkconf/disabled.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests.sh
lib/isccfg/parser.c