Skip to content

ip-byte-comparison

Default severity: warning

An IPv4 address stored in net.IP may have either a 4-byte or 16-byte representation. bytes.Equal treats those representations as different; net.IP.Equal compares the address values correctly.

bytes.Equal(left, right)
left.Equal(right)