Add CHANGES and release note for #1968

(cherry picked from commit 4c12709da4)
This commit is contained in:
Ondřej Surý
2020-07-01 15:35:21 +02:00
parent 000c7d1340
commit 3733bd33e9
2 changed files with 7 additions and 0 deletions
+4
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]
+3
View File
@@ -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]