+10 September 2021: Wouter
+ - Fix initialisation errors reported by gcc sanitizer.
+
8 September 2021: Wouter
- Merged #41 from Moritz Schneider: made outbound-msg-retry
configurable.
struct auth_zones* az;
struct auth_zone* a;
struct clientip_synthesized_rr* raddr = NULL;
- struct rpz* r;
+ struct rpz* r = NULL;
struct local_zone* z = NULL;
struct matched_delegation_point match = {0};
(void)unsetenv("NOTIFY_SOCKET");
#endif /* HAVE_SYSTEMD */
+ checklock_start();
log_init(NULL, 0, NULL);
/* determine commandline options for the daemon */
pass_argc = 1;
int
main(int argc, char* argv[])
{
+ checklock_start();
log_init(NULL, 0, NULL);
if(argc != 1) {
printf("usage: %s\n", argv[0]);
if(NSS_NoDB_Init(".") != SECSuccess)
fatal_exit("could not init NSS");
#endif /* HAVE_SSL or HAVE_NSS*/
- checklock_start();
authzone_test();
neg_test();
rnd_test();