From 94c5757a7a2d98b4de3e7a68cfe330d59450f09e Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 14 Jun 2000 22:38:04 +0000 Subject: [PATCH] clarified 245 --- CHANGES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 84c28fe4a0..20a77a93dd 100644 --- a/CHANGES +++ b/CHANGES @@ -22,9 +22,12 @@ add corresponding option to view statement. 245. [bug] If an uncompressed name will take more than 255 - characters and the buffer is sufficiently long, + bytes and the buffer is sufficiently long, dns_name_fromwire should return DNS_R_FORMERR, - not ISC_R_NOSPACE. + not ISC_R_NOSPACE. This bug caused cause the + server to catch an assertion failure when it + received a query for a name longer than 255 + bytes. 244. [bug] empty named.conf file and empty options statement are now parsed properly.