]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not call exit() upon record_nsec3() 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:34:38 +0000 (10:34 +0200)
commitbf65f729344180c52e6f94b67182db2d7cfe5c86
tree7ad529ee7e395175f2fac3bcae557edee36236b6
parent0d07de9228531557990282deb7226d17f74daef2
Do not call exit() upon record_nsec3() errors

Replace the fprintf() call inside record_nsec3() with a
zoneverify_log_error() call.  Remove the "mctx" argument of
record_nsec3() as it can be extracted from "vctx".

Modify one of the record_nsec3() call sites so that its errors are
properly handled.
lib/dns/zoneverify.c