netty5/transport-native-epoll/src
Norman Maurer bc97d7d7a1 Fix NPE when remote address can not be obtained
Motivation:

In the native transport we use getpeername to obtain the remote address from the file descriptor. This may fail for various reasons in which case NULL is returned.

Modifications:

- Check for null when try to obtain remote / local address

Result:

No more NPE
2015-01-26 10:43:12 +01:00
..
main Fix NPE when remote address can not be obtained 2015-01-26 10:43:12 +01:00
test/java/io/netty/channel/epoll Remove bottleneck while create InetSocketAddress in native transport 2014-12-12 18:16:23 +01:00