- Fix double free in error condition view.c
if(!az || !auth_zones_startprobesequence(az, &worker->env, nm, nmlen,
LDNS_RR_CLASS_IN)) {
(void)ssl_printf(ssl, "error zone xfr task not found %s\n", arg);
+ free(nm);
return;
}
send_ok(ssl);
+30 January 2020: Ralph
+ - Fix memory leak in error condition remote.c
+ - Fix double free in error condition view.c
+
29 January 2020: Ralph
- Merge PR#156 from Alexander Berkes; Added unbound-control
- view_local_datas_remove command.
+ view_local_datas_remove command.
29 January 2020: Wouter
- Fix #157: undefined reference to `htobe64'.
log_err("failed to insert "
"default zones into "
"local-zone list");
- free(nd_str);
- free(nd_type);
lock_rw_unlock(&v->lock);
return 0;
}