netty5/codec-dns
Adam 5725e804bc Don't spin from malformed dns packets containing loops
Motivation:

DNS packets that contain pointers in a loop will cause
DnsResponseDecoder.readName() to infinite loop.

Modifications:

Fixed DnsResponseDecoder.readName() to detect when packets have loops
and return null instead.

Result:

It is no longer possible to cause Netty to infinite loop by sending it malformed
DNS packets with a loop.
2014-07-20 14:09:32 +02:00
..
src Don't spin from malformed dns packets containing loops 2014-07-20 14:09:32 +02:00
pom.xml DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:47:25 +02:00