From: Evan Hunt Date: Thu, 28 Feb 2019 22:06:23 +0000 (-0800) Subject: CHANGES, release notes X-Git-Tag: v9.15.0~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ad0bc38e973a3be97adeb1a06f3833af394297a;p=thirdparty%2Fbind9.git CHANGES, release notes --- diff --git a/CHANGES b/CHANGES index 3ec56b9c9e8..339a5046f1e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5169. [bug] The presence of certain types in an otherwise + empty node could cause a crash while processing a + type ANY query. [GL #901] + 5168. [bug] Do not crash on shutdown when RPZ fails to load. Also, keep previous version of the database if RPZ fails to load. [GL #813] diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 8ae31746042..3dc8716a073 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -127,7 +127,9 @@ - None. + The presence of certain record types in an otherwise empty + node of a zone could trigger an assertion failure while processing + a query of type ANY. [GL #901]