]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #2227]
authorOndřej Surý <ondrej@sury.org>
Mon, 2 Nov 2020 14:00:49 +0000 (15:00 +0100)
committerOndřej Surý <ondrej@sury.org>
Mon, 2 Nov 2020 14:10:28 +0000 (15:10 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 891151bf9ecec901b4e2987e7f67aaeebd6f2948..d118b18c63a58c682b9484539573f607d2f34bdb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+5526.  [bug]           Fix a race/NULL dereference in TCPDNS read. [GL #2227]
+
 5525.  [placeholder]
 
 5524.  [func]          Added functionality to the network manager to
@@ -9,7 +11,7 @@
                        not found.  Subsequent lookups would succeed.
                        [GL #2236]
 
-5522.  [bug]           Fix a race/NULL dereference in TCPDNS. [GL #2227]
+5522.  [bug]           Fix a race/NULL dereference in TCPDNS send. [GL #2227]
 
 5521.  [func]          All use of libltdl was dropped.  libuv's shared library
                        handling interface is now used instead. [GL !4278]