From: Evan Hunt Date: Tue, 19 May 2020 01:09:08 +0000 (-0700) Subject: CHANGES, release note X-Git-Tag: v9.17.2~46^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ebab27567fea8f0c5ae8e29572a8497a563b23f;p=thirdparty%2Fbind9.git CHANGES, release note --- diff --git a/CHANGES b/CHANGES index 8cfb61e34b9..10bfeaad94f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5421. [bug] Fixed a race that could cause named to crash when + looking up the nodename of an RBT node if the tree + was modified. [GL #1857] + 5420. [bug] Add missing isc_{mutex,conditional}_destroy calls that caused a memory leak on FreeBSD. [GL #1893] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8289252f154..4f71ff1e04f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -123,4 +123,8 @@ Bug Fixes addzone``. Thanks to Alberto Fernández. [GL #1695] - Missing mutex and conditional destruction in netmgr code leads to a - memory leak on *BSD systems. [GL #1893] + memory leak on BSD systems. [GL #1893] + +- ``named`` could crash with an assertion failure if the name of a + database node was looked up while the database was being modified. + [GL #1857]