]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for #1808
authorOndřej Surý <ondrej@isc.org>
Fri, 5 Jun 2020 10:08:13 +0000 (12:08 +0200)
committerEvan Hunt <each@isc.org>
Sat, 6 Jun 2020 01:58:13 +0000 (18:58 -0700)
(cherry picked from commit 5a9f594629557eef74f89bfbaaaffe5b22a20c8e)

doc/notes/notes-current.rst

index cd11976614c49c8ada3c8b6f62609f7101efce63..62e70bf94f93c2f0b870da3c914b627c0b4b640d 100644 (file)
@@ -79,3 +79,6 @@ Bug Fixes
 -  With dnssec-policy, when creating a successor key, the goal state of
    the current active key (the predecessor) was not changed and thus was
    never is removed from the zone. [GL #1846]
+
+-  Fix a data race in resolver.c:formerr() that could lead to assertion
+   failure. [GL #1808]