]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2244
authorMichał Kępień <michal@isc.org>
Mon, 16 Nov 2020 10:00:50 +0000 (11:00 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Nov 2020 11:12:17 +0000 (12:12 +0100)
doc/notes/notes-current.rst

index f1a5a29e4cf4de9a4ba9436dee1e4aac99488ec3..eeb1e001539cbf353a44f76117a325e53bbe4a38 100644 (file)
@@ -75,6 +75,11 @@ Bug Fixes
   with no DS record at the parent as bogus. Such zones should be treated
   as insecure. This has been fixed. [GL #2236]
 
+- After a Negative Trust Anchor (NTA) is added, BIND performs periodic
+  checks to see if it is still necessary. If BIND encountered a failure
+  while creating a query to perform such a check, it attempted to
+  dereference a ``NULL`` pointer, resulting in a crash. [GL #2244]
+
 - A problem obtaining glue records could prevent a stub zone from
   functioning properly, if the authoritative server for the zone were
   configured for minimal responses. [GL #1736]