]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES file for [GL #3105]
authorOndřej Surý <ondrej@isc.org>
Thu, 3 Mar 2022 14:16:50 +0000 (15:16 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 4 Mar 2022 12:47:59 +0000 (13:47 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 356c7ac0467f5cf92546cfd2a254a5af80f75ca9..ea2caa9838a821cdf733c0d111935db2843a6af5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5822.  [bug]           When calling dns_dispatch_send(), attach/detach
+                       dns_request_t object as the read callback could
+                       be called before send callback dereferencing
+                       dns_request_t object too early. [GL #3105]
+
 5821.  [bug]           Fix query context management issues in the TCP part
                        of dig. [GL #3184]