]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon check_no_rrsig() 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:36:14 +0000 (10:36 +0200)
commit0ed9ec49ed6d8570ecdcbf0b25585175615433a3
treee778e3a645bfe4ad23c98172f996e31ea75fc413
parent30e837f31aec59570bb174767166b1046b36d520
Do not call exit() upon check_no_rrsig() errors

Replace all check_result() and fprintf() calls inside check_no_rrsig()
with zoneverify_log_error() calls and error handling code.  Enable
check_no_rrsig() to signal errors to the caller using its return
value.

Modify the call site of check_no_rrsig() so that its errors are properly
handled.

Define buffer size using a named constant rather than a plain integer.
lib/dns/zoneverify.c