]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
9.11.0rc3
authorMark Andrews <marka@isc.org>
Tue, 20 Sep 2016 11:12:16 +0000 (21:12 +1000)
committerMark Andrews <marka@isc.org>
Tue, 20 Sep 2016 11:19:46 +0000 (21:19 +1000)
CHANGES
lib/dns/api
lib/dns/resolver.c
version

diff --git a/CHANGES b/CHANGES
index f2e2b4dc0094774cda8b13e6604cea434eef2bd3..712480d95a16e31c5fdfeb2bcf8286ee1fca4e36 100644 (file)
--- 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]
index c519e7fd4c6135bd659203ca3acef565d9e4cf11..ea1b622448b20138c61c792037b2de59394031b6 100644 (file)
@@ -7,5 +7,5 @@
 # 9.10: 140-149
 # 9.11: 160-169
 LIBINTERFACE = 166
-LIBREVISION = 1
+LIBREVISION = 2
 LIBAGE = 0
index 5b8698060b7bc4b2bd95846a605dc640c7cf230a..91ea9a5f3e592e98f7ced387dbe46325935e411b 100644 (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__);
diff --git a/version b/version
index ff2335f926d6d065f5f235bf402e9dc92b34bc28..171b68594ff828f9d40b36d4131d16af31d35185 100644 (file)
--- a/version
+++ b/version
@@ -7,5 +7,5 @@ MAJORVER=9
 MINORVER=11
 PATCHVER=0
 RELEASETYPE=rc
-RELEASEVER=2
+RELEASEVER=3
 EXTENSIONS=