]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES for [GL #2969]
authorEvan Hunt <each@isc.org>
Tue, 26 Apr 2022 19:07:04 +0000 (12:07 -0700)
committerEvan Hunt <each@isc.org>
Wed, 27 Apr 2022 17:54:28 +0000 (10:54 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1dce579c899deeeb252a97968e24304a9f5f3367..521dddf4040e95704ebdaa9094df39ff645635d1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5873.  [bug]           Refactor the fctx_done() function to set fctx to
+                       NULL after detaching, so that reference counting
+                       errors will be easier to avoid. [GL #2969]
+
 5872.  [bug]           udp_recv() in dispatch could trigger an INSIST when the
                        callback's result indicated success but the response
                        was canceled in the meantime. [GL #3300]