netty5/transport-native-unix-common
Norman Maurer 5e1c660416 Add NULL checks to fix possible undefined behavior (#10718)
Motivation:

In some situations we could have end up calling some functions with NULL parameters which in this case could lead to undefined behavior. All of this would have happened during loading of the native lib.

Modifications:

Add NULL check as guards and return early

Result:

Fix some possible undefined behavior
2020-10-23 14:39:54 +02:00
..
src Add NULL checks to fix possible undefined behavior (#10718) 2020-10-23 14:39:54 +02:00
Makefile New native transport for kqueue 2017-05-03 09:53:22 -07:00
pom.xml Add epoll aarch64 maven config and Dockerfile (#9804) 2020-05-14 09:32:11 +02:00