2
0
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:
Mark Andrews 2016-09-20 21:12:16 +10:00
parent 4f713200f8
commit d9bc0a865e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
4470. [bug] Reset message with intent parse before
calling dns_dispatch_getnext. [RT #43229]
4469. [placeholder]
--- 9.11.0rc2 released ---

View File

@ -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__);