]> 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)
committerOndřej Surý <ondrej@sury.org>
Fri, 5 Jun 2020 14:06:42 +0000 (16:06 +0200)
doc/notes/notes-current.rst

index e0c7067d2240670c2d534f2f384a9c607f730ee1..ed9bb769d9253c290d37a16e8f2128130a0daae5 100644 (file)
@@ -171,3 +171,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]