diff --git a/CHANGES b/CHANGES index f2e2b4dc00..712480d95a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + --- 9.11.0rc3 released --- + +4470. [bug] Reset message with intent parse before + calling dns_dispatch_getnext. [RT #43229] + --- 9.11.0rc2 released --- 4468. [bug] Address ECS option handling issues. [RT #43191] diff --git a/lib/dns/api b/lib/dns/api index c519e7fd4c..ea1b622448 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -7,5 +7,5 @@ # 9.10: 140-149 # 9.11: 160-169 LIBINTERFACE = 166 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 5b8698060b..91ea9a5f3e 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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__); diff --git a/version b/version index ff2335f926..171b68594f 100644 --- a/version +++ b/version @@ -7,5 +7,5 @@ MAJORVER=9 MINORVER=11 PATCHVER=0 RELEASETYPE=rc -RELEASEVER=2 +RELEASEVER=3 EXTENSIONS=