]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon verifyset() 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:06 +0000 (10:36 +0200)
commit30e837f31aec59570bb174767166b1046b36d520
treed42ce697821444012bc72ab17353aa79ac1ae1b4
parentd782fcc63822dfe75ccbad00200de2e39a9cb928
Do not call exit() upon verifyset() errors

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

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

Define buffer sizes using named constants rather than plain integers.
lib/dns/zoneverify.c