netty5/transport-native-unix-common/src/main
Scott Mitchell fa8f967852 netty_unix_socket free nettyClassName after using it
Motivation:
netty_unix_socket attempts to use nettyClassName in an error message, but previously freed the memory. We should wait to free the memory until after we use it.

Modifications:
- Free nettyClassName after using it in snprintf

Result:
More useful error message.
2018-07-04 09:16:13 +02:00
..
c netty_unix_socket free nettyClassName after using it 2018-07-04 09:16:13 +02:00
java/io/netty/channel/unix Update DatagramPacket.recipient() to return the actual destination IP (#7879) 2018-04-26 08:00:36 +02:00