]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2244
authorMichał Kępień <michal@isc.org>
Mon, 16 Nov 2020 13:49:34 +0000 (14:49 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 16 Nov 2020 13:49:34 +0000 (14:49 +0100)
doc/notes/notes-current.rst

index 0f5dbe2cdecdc3f6847ca7e0caffe2292bf1fbb0..1d9806173fa7453e348c26e06ed784da098cf9f4 100644 (file)
@@ -49,6 +49,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]