- Follow draft-ietf-dnsop-default-local-zones-06 added reverse
IPv6 example prefix to AS112 default blocklist.
- fixup lookup of DS records by client with trustanchor for same.
+ - libunbound ub_resolve, fix handling of error condition during setup.
3 July 2008: Wouter
- Matthijs fixed memory leaks in root hints file reading.
{
struct ctx_query* q;
int r;
+ *result = NULL;
lock_basic_lock(&ctx->cfglock);
if(!ctx->finalized) {
if(!q)
return UB_NOMEM;
/* become a resolver thread for a bit */
- *result = NULL;
r = libworker_fg(ctx, q);
if(r) {