netty5/transport-native-unix-common/src/main
Vitaly Buka b410ff9c28
Fix of undefined behavior of null referencing (#10016)
Motivation:

Current code depends on some "undefined behaviour".

Modification:

Fix of undefined behavior of null referencing

Result:

Correct c code.
2020-02-11 09:56:51 +01:00
..
c Fix of undefined behavior of null referencing (#10016) 2020-02-11 09:56:51 +01:00
java/io/netty/channel/unix Uniform null pointer check. (#9840) 2019-12-09 09:47:35 +01:00