]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 8 Sep 2000 22:25:12 +0000 (22:25 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 8 Sep 2000 22:25:12 +0000 (22:25 +0000)
 436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
                        which sometimes happens on Linux, named would enter
                        a busy loop.  Also, unexpected socket errors were
                        not logged at a high enough logging level to be
                        useful in diagnosing this situation. [RT #275]

CHANGES

diff --git a/CHANGES b/CHANGES
index 0f0c879c693d1eada8afba9ca40cc37d1b564f1d..eae64e5c676bd59fee11eacc81c30977bbd886f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+
+ 436.  [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
+                       which sometimes happens on Linux, named would enter
+                       a busy loop.  Also, unexpected socket errors were
+                       not logged at a high enough logging level to be
+                       useful in diagnosing this situation. [RT #275]
+
  429.  [bug]           The space reserved for a TSIG record in a response
                        was 2 bytes too short, leading to message
                        generation failures.