]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon check_no_nsec() errors
authorMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 07:59:20 +0000 (09:59 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 15 Jun 2018 08:35:45 +0000 (10:35 +0200)
commit04038baf1a32b644d9e2ecfab1d7a68bc5f15fd5
treee7cb4f52d815d97a2d056345b1b2c4f338df3214
parent4354f44d9c7608cea9e585500ba04cdb263e20d3
Do not call exit() upon check_no_nsec() errors

Replace the fatal() call inside check_no_nsec() with a
zoneverify_log_error() call.  Enable check_no_nsec() to signal errors to
the caller using its return value.

Modify all call sites of check_no_nsec() so that its errors are properly
handled.
lib/dns/zoneverify.c