2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

clarified 245

This commit is contained in:
Andreas Gustafsson
2000-06-14 22:38:04 +00:00
parent b425d0fcd0
commit 94c5757a7a

View File

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