You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`IPAddr.ntop` takes the binary representation of an IP address, whose
length should be 4 or 16 *bytes* (not characters/codepoints).
This patch fixes the bug that `IPAddr.ntop` doesn't handle Strings in
a multibyte encoding correctly.
Fixes: #56
0 commit comments