From: Ondřej Surý Date: Fri, 5 Jun 2020 10:08:13 +0000 (+0200) Subject: Add release note for #1808 X-Git-Tag: v9.17.2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9f594629557eef74f89bfbaaaffe5b22a20c8e;p=thirdparty%2Fbind9.git Add release note for #1808 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e0c7067d224..ed9bb769d92 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]