From 3733bd33e96f3202dcbf5810de227ce4da153bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 1 Jul 2020 15:07:57 +0200 Subject: [PATCH] Add CHANGES and release note for #1968 (cherry picked from commit 4c12709da49a889614376f5e8e6ea0ecfcd55051) --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 81cdb6638c..d8a7d34536 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 eb1591df79..c025384f1f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -65,3 +65,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]