mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:42:06 -04:00
clarified 245
This commit is contained in:
parent
b425d0fcd0
commit
94c5757a7a
1 changed files with 5 additions and 2 deletions
7
CHANGES
7
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue