]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for [GL #1926]
authorMark Andrews <marka@isc.org>
Thu, 11 Jun 2020 03:10:10 +0000 (13:10 +1000)
committerMark Andrews <marka@isc.org>
Thu, 11 Jun 2020 06:04:28 +0000 (16:04 +1000)
doc/notes/notes-current.rst

index ed9bb769d9253c290d37a16e8f2128130a0daae5..1e3f6ac96c90e9f275c2675d7214a19833ec46b4 100644 (file)
@@ -174,3 +174,6 @@ Bug Fixes
 
 -  Fix a data race in resolver.c:formerr() that could lead to assertion
    failure. [GL #1808]
+
+-  The dsset returned by dns_keynode_dsset() was not thread safe.  This
+   could result in a INSIST being triggered. [GL #1926]