mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
9.11.0rc3
This commit is contained in:
5
CHANGES
5
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 ---
|
--- 9.11.0rc2 released ---
|
||||||
|
|
||||||
4468. [bug] Address ECS option handling issues. [RT #43191]
|
4468. [bug] Address ECS option handling issues. [RT #43191]
|
||||||
|
@@ -7,5 +7,5 @@
|
|||||||
# 9.10: 140-149
|
# 9.10: 140-149
|
||||||
# 9.11: 160-169
|
# 9.11: 160-169
|
||||||
LIBINTERFACE = 166
|
LIBINTERFACE = 166
|
||||||
LIBREVISION = 1
|
LIBREVISION = 2
|
||||||
LIBAGE = 0
|
LIBAGE = 0
|
||||||
|
@@ -8618,6 +8618,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||||||
FCTXTRACE("nextitem");
|
FCTXTRACE("nextitem");
|
||||||
inc_stats(fctx->res, dns_resstatscounter_nextitem);
|
inc_stats(fctx->res, dns_resstatscounter_nextitem);
|
||||||
INSIST(query->dispentry != NULL);
|
INSIST(query->dispentry != NULL);
|
||||||
|
dns_message_reset(fctx->rmessage, DNS_MESSAGE_INTENTPARSE);
|
||||||
result = dns_dispatch_getnext(query->dispentry, &devent);
|
result = dns_dispatch_getnext(query->dispentry, &devent);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
fctx_done(fctx, result, __LINE__);
|
fctx_done(fctx, result, __LINE__);
|
||||||
|
Reference in New Issue
Block a user