mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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 ---
|
||||
|
||||
4468. [bug] Address ECS option handling issues. [RT #43191]
|
||||
|
@@ -7,5 +7,5 @@
|
||||
# 9.10: 140-149
|
||||
# 9.11: 160-169
|
||||
LIBINTERFACE = 166
|
||||
LIBREVISION = 1
|
||||
LIBREVISION = 2
|
||||
LIBAGE = 0
|
||||
|
@@ -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__);
|
||||
|
Reference in New Issue
Block a user