]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon check_bad_algorithms() 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:25 +0000 (10:35 +0200)
commit00ecbad2d0aeb3d7833efdfa10afbeed584c6be7
treed656963b435562ca14d55a5eb7bd7ba061b36c1b
parent7c3f653112b1288341662c09a21d1d32dd24cf3f
Do not call exit() upon check_bad_algorithms() errors

Replace all fatal() and fprintf() calls inside check_bad_algorithms()
with zoneverify_print() calls and error handling code.  Enable
check_bad_algorithms() to signal errors to the caller using its return
value.

Modify the call site of check_bad_algorithms() so that its errors are
properly handled.
lib/dns/zoneverify.c