]> git.ipfire.org Git - thirdparty/bind9.git/commit
named-checkconf -z could exit with an incorrect staatus
authorEvan Hunt <each@isc.org>
Thu, 30 Apr 2020 20:17:37 +0000 (13:17 -0700)
committerEvan Hunt <each@isc.org>
Sat, 2 May 2020 00:17:00 +0000 (17:17 -0700)
commit0a0e02f31ee33f9e6d2f07979e40944d8dadff68
treebdd4779740504ecaabeba7b6cfdb7045a2e06b50
parent741a0b8387683f4e314f6f358a58bab5c33f702c
named-checkconf -z could exit with an incorrect staatus

the CHECK() macro resets result, so an error code from an earlier
view could be erased if the last view loaded had no errors.

(cherry picked from commit 7e736602062a4f96b5ff5e89cd998db861362b03)
CHANGES
bin/check/named-checkconf.c
bin/tests/system/checkconf/check-missing-zone.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests.sh