From: Ondřej Surý Date: Wed, 1 Jul 2020 13:07:57 +0000 (+0200) Subject: Add CHANGES and release note for #1968 X-Git-Tag: v9.17.3~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c12709da49a889614376f5e8e6ea0ecfcd55051;p=thirdparty%2Fbind9.git Add CHANGES and release note for #1968 --- diff --git a/CHANGES b/CHANGES index c2509400b76..c5f6fd79deb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5455. [bug] `named` could crash when cleaning dead nodes + in lib/dns/rbtdb.c that have been reused meanwhile. + [GL #1968] + 5454. [bug] Address a startup crash happening when server is under load and root zone is not yet loaded. [GL #1862] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bd030087bdc..9ff620303a7 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -68,3 +68,6 @@ Bug Fixes - Fix assertion failure when server is under load and root zone is not yet loaded. [GL #1862] + +- ``named`` could crash when cleaning dead nodes in ``lib/dns/rbtdb.c`` that + have been reused meanwhile. [GL #1968]