From: Mark Andrews Date: Thu, 11 Jun 2020 03:10:10 +0000 (+1000) Subject: Add release note for [GL #1926] X-Git-Tag: v9.17.3~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97889a51ad83713df17d368535bb57f1aa70815;p=thirdparty%2Fbind9.git Add release note for [GL #1926] --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ed9bb769d92..1e3f6ac96c9 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]