netty5/transport-native-epoll/src/main
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
..
c Clean up the exception messages 2014-12-30 12:52:18 +09:00
java/io/netty/channel/epoll Fix NPE when remote address can not be obtained 2015-01-26 10:43:12 +01:00