mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
4470. [bug] Reset message with intent parse before
calling dns_dispatch_getnext. [RT #43229]
This commit is contained in:
parent
4f713200f8
commit
d9bc0a865e
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
4470. [bug] Reset message with intent parse before
|
||||
calling dns_dispatch_getnext. [RT #43229]
|
||||
|
||||
4469. [placeholder]
|
||||
|
||||
--- 9.11.0rc2 released ---
|
||||
|
@ -8618,6 +8618,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
||||
FCTXTRACE("nextitem");
|
||||
inc_stats(fctx->res, dns_resstatscounter_nextitem);
|
||||
INSIST(query->dispentry != NULL);
|
||||
dns_message_reset(fctx->rmessage, DNS_MESSAGE_INTENTPARSE);
|
||||
result = dns_dispatch_getnext(query->dispentry, &devent);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
fctx_done(fctx, result, __LINE__);
|
||||
|
Loading…
x
Reference in New Issue
Block a user