]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for GL #56, revise CHANGES entry for GL #13
authorMichał Kępień <michal@isc.org>
Mon, 5 Mar 2018 13:13:53 +0000 (14:13 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 6 Mar 2018 08:52:08 +0000 (09:52 +0100)
4906. [func] Replace getquad() with inet_pton(), completing
change #4900. [GL #56]

4900. [func] Remove all uses of inet_aton().  As a result of this
change, IPv4 addresses are now only accepted in
dotted-quad format. [GL #13]

CHANGES

diff --git a/CHANGES b/CHANGES
index ffec9afc73f5a1345e543a083820cf59038c48cc..b5959267461bffe9e2ae04d55e1bab778a3853e0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4906.  [func]          Replace getquad() with inet_pton(), completing
+                       change #4900. [GL #56]
+
 4905.  [bug]           irs_resconf_load() ignored resolv.conf syntax errors
                        when "domain" or "search" options were present in that
                        file. [GL #110]
@@ -15,7 +18,9 @@
                        for a domain that time out, as well as the servers
                        that respond. [GL #64]
 
-4900.  [cleanup]       Remove all uses of inet_aton(). [GL #13]
+4900.  [func]          Remove all uses of inet_aton().  As a result of this
+                       change, IPv4 addresses are now only accepted in
+                       dotted-quad format. [GL #13]
 
 4899.  [test]          Convert most of the remaining system tests to be able
                        to run in parallel, continuing the work from change
 
 4860.  [bug]           isc_int8_t should be signed char.  [RT #46973]
 
-4859.   [bug]           A loop was possible when attempting to validate
-                        unsigned CNAME responses from secure zones;
-                        this caused a delay in returning SERVFAIL and
-                        also increased the chances of encountering
-                        CVE-2017-3145. [RT #46839]
+4859.  [bug]           A loop was possible when attempting to validate
+                       unsigned CNAME responses from secure zones;
+                       this caused a delay in returning SERVFAIL and
+                       also increased the chances of encountering
+                       CVE-2017-3145. [RT #46839]
 
 4858.  [security]      Addresses could be referenced after being freed
                        in resolver.c, causing an assertion failure.