]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2091
authorMichał Kępień <michal@isc.org>
Mon, 11 Jan 2021 12:09:03 +0000 (13:09 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 11 Jan 2021 12:09:03 +0000 (13:09 +0100)
doc/notes/notes-current.rst

index 2a4d621e4b6c0d6df1bde4daa0119454b146dee3..e4c14ee129a42e58378ebae2d27942084cc45270 100644 (file)
@@ -73,3 +73,13 @@ Bug Fixes
 
 - When reconfiguring ``named``, removing ``auto-dnssec`` did not turn
   off DNSSEC maintenance. This has been fixed. [GL #2341]
+
+- The report of intermittent BIND assertion failures triggered in
+  ``lib/dns/resolver.c:dns_name_issubdomain()`` has now been closed
+  without further action. Our initial response to this was to add
+  diagnostic logging instead of terminating ``named``, anticipating that
+  we would receive further useful troubleshooting input. This workaround
+  first appeared in BIND releases 9.17.5 and 9.16.7. However, since
+  those releases were published, there have been no new reports of
+  assertion failures matching this issue, but also no further diagnostic
+  input, so we have closed the issue. [GL #2091]