]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for GL #4719
authorMichał Kępień <michal@isc.org>
Wed, 15 May 2024 19:24:24 +0000 (21:24 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 May 2024 19:24:24 +0000 (21:24 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index c84d7aca9927e6a04a135ccd09299302598cf545..f21c08e29d4dd248f8116fe673fba694bcccf115 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+6388.  [bug]           Prevent an assertion failure caused by passing NULL to
+                       dns_dispatch_resume() when a dns_request times out close
+                       to view shutdown. [GL #4719]
+
 6386.  [bug]           When shutting down catzs->view could point to freed
                        memory. Obtain a reference to the view to prevent this.
                        [GL #4502]