]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 5 Jan 2001 22:05:27 +0000 (22:05 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 5 Jan 2001 22:05:27 +0000 (22:05 +0000)
 647.   [bug]           Resolver queries sent after following multiple
                        referrals had excessively long retransmission
                        timeouts due to incorrectly counting the referrals
                        as "restarts".

CHANGES

diff --git a/CHANGES b/CHANGES
index 1e6be7eae0fa6cdc801566dee4c46be397e83b36..2e221ab69a948516217f96886d272741efb3395a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,13 @@
 
+ 649.  [bug]           It was possible to join to an already running fctx
+                       after it had "cloned" its events, but before it sent
+                       them.  In this case, the event of the newly joined
+                       fetch would not contain the answer, and would
+                       trigger the INSIST() in fctx_sendevents().  In
+                       BIND 9.0, this bug did not trigger an INSIST(), but
+                       caused the fetch to fail with a SERVFAIL result.
+                       [RT #588, #597, #605, #607]
+
  646.  [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
                        didn't _cleanly_ fix the problem it was trying to fix.