mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-16 17:47:56 +00:00
POSIX (rightfully so) specifies that the sendto address argument is ignored in connection-oriented protocols. The TCPSocket also assumed the peer address may not change post-connect and would trigger a UAF in sockets_by_tuple() when it did.