Without this patch IPv4-mapped IPv6 addresses would be accepted in sendto() on a TCP socket created for AF_INET.
This problem was found by looking at syzkaller reproducers for some other problems.
Differential D24831
Allow only IPv4 addresses in sendto() for TCP on AF_INET sockets tuexen on May 13 2020, 10:06 PM. Authored by Tags None Referenced Files
Details
Without this patch IPv4-mapped IPv6 addresses would be accepted in sendto() on a TCP socket created for AF_INET. This problem was found by looking at syzkaller reproducers for some other problems.
Diff Detail
|