From 5a9f594629557eef74f89bfbaaaffe5b22a20c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 5 Jun 2020 12:08:13 +0200 Subject: [PATCH] Add release note for #1808 --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e0c7067d22..ed9bb769d9 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]