"the commandline to see more errors, "
"or unbound-checkconf", cfgfile);
log_warn("Continuing with default config settings");
+ config_auto_slab_values(cfg);
}
apply_settings(daemon, cfg, cmdline_verbose, debug_mode);
if(!done_setup)
+15 May 2025: Wouter
+ - Fix config of slab values when there is no config file.
+
13 May 2025: Yorgos
- Fix #1284: NULL pointer deref in az_find_nsec_cover() (latent bug)
by adding a log_assert() to safeguard future development.
return 0;
}
log_warn("could not open config file, using defaults");
+ config_auto_slab_values(cfg);
}
if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2600);