- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.

This commit is contained in:
W.C.A. Wijngaards
2022-08-01 13:24:40 +02:00
parent efdd70c7b5
commit f6753a0f10
17 changed files with 160 additions and 48 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo,
}
return dns_cache_store(qstate->env, qinfo, msgrep, is_referral,
qstate->prefetch_leeway, 0, NULL, qstate->query_flags);
qstate->prefetch_leeway, 0, NULL, qstate->query_flags,
qstate->qstarttime);
}
/* Invalidate the message associated with query_info stored in message cache */