Add CHANGES and release note for #1968

This commit is contained in:
Ondřej Surý
2020-07-01 15:07:57 +02:00
parent c8f2d55acf
commit 4c12709da4
2 changed files with 7 additions and 0 deletions

View File

@@ -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]

View File

@@ -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]