netty5/common
Scott Mitchell 506ac2ca71 NetUtil.bytesToIpAddress bug
Motivation:
NetUtil.bytesToIpAddress does not correctly translate IPv4 address to String. Also IPv6 addresses may not follow minimization conventions when converting to a String (see rfc 5952).

Modifications:
- NetUtil.bytesToIpAddress should correctly handle negative byte values for IPv4
- NetUtil.bytesToIpAddress should leverage existing to string conversion code in NetUtil

Result:
Fixes https://github.com/netty/netty/issues/5821
2016-09-22 17:06:21 -07:00
..
src NetUtil.bytesToIpAddress bug 2016-09-22 17:06:21 -07:00
pom.xml Remove OSGi import of JCTools since it is shaded. 2016-09-13 15:21:34 -07:00