]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add CHANGES
authorMark Andrews <marka@isc.org>
Wed, 25 Sep 2019 01:37:08 +0000 (11:37 +1000)
committerEvan Hunt <each@isc.org>
Wed, 2 Oct 2019 05:09:40 +0000 (22:09 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index ffe6094fe9613948297b776e14536deeeaf1c9ca..250df8baf08647b0850e6b4f1226fb693b5e2b4b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
 5299.  [placeholder]
 
-5298.  [placeholder]
+5298.  [security]      Named could assert if a forwarder returned a
+                       referral, rather than resolving the query, when QNAME
+                       minimization was enabled. (CVE-2019-6476) [GL #1051]
 
 5297.  [bug]           Check whether a previous QNAME minimization fetch
                        is still running before starting a new one; return
@@ -31,7 +33,7 @@
 5289.  [bug]           Address NULL pointer dereference in rpz.c:rpz_detach.
                        [GL #1210]
 
-5288.  [bug]           dnssec-must-be-secure was not always honoured.
+5288.  [bug]           dnssec-must-be-secure was not always honored.
                        [GL #1209]
 
 5287.  [placeholder]
 
 5268.  [placeholder]
 
-5267.  [func]          Allow statistics groups display to be toggleable.
+5267.  [func]          Allow statistics groups display to be toggle-able.
                        [GL #1030]
 
 5266.  [bug]           named-checkconf failed to report dnstap-output
                        code in a high-load cold-cache resolver scenario.
                        [GL #943]
 
-5242.  [bug]           In relaxed qname minimizatiom mode, fall back to
+5242.  [bug]           In relaxed qname minimization mode, fall back to
                        normal resolution when encountering a lame
                        delegation, and use _.domain/A queries rather
                        than domain/NS. [GL #1055]