netty5/resolver-dns/src
Norman Maurer 0bd8771697
Fix possible StackOverflowError when try to resolve authorative names… (#10337)
Motivation:

There is a possibility to end up with a StackOverflowError when trying to resolve authorative nameservers because of incorrect wrapping the AuthoritativeDnsServerCache.

Modifications:

Ensure we don't end up with an overflow due wrapping

Result:

Fixes https://github.com/netty/netty/issues/10246
2020-06-04 17:56:59 +02:00
..
main/java/io/netty/resolver/dns Fix possible StackOverflowError when try to resolve authorative names… (#10337) 2020-06-04 17:56:59 +02:00
test We should fail fast when a CNAME loop is detected (#10305) 2020-05-20 07:10:16 +02:00