mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-20 22:52:33 +02:00
- Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user