netty5/codec-dns/src
Trustin Lee ae9963a40c Fix NPE while decoding authority section of a DNS response
Motivation:

NullPointerException is raised when a DNS response conrains a resource
record whose NAME is empty, which is the case for the authority section.

Modification:

Allow an empty name for DnsEntry. Only disallow an empty name for
DnsQuestion.

Result:

Fixes #2686
2014-07-21 16:40:26 -07:00
..
main/java/io/netty/handler/codec/dns Fix NPE while decoding authority section of a DNS response 2014-07-21 16:40:26 -07:00
test/java/io/netty/handler/codec/dns Fix NPE while decoding authority section of a DNS response 2014-07-21 16:40:26 -07:00