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
* fix(net): Fix the WinError 10014
When sendto_v4 and sendto_v6 are called,
the error WinError 10014 is raised, caused
by passing the wrong sockaddr_len
Note: WSAEFAULT(10014), Bad address.
The system detected an invalid pointer
address in attempting to use a pointer
argument of a call. This error occurs
if an application passes an invalid
pointer value, or if the length of the
buffer is too small. For instance, if
the length of an argument, which is a
sockaddr structure, is smaller than
the sizeof(sockaddr).
* Add testcases for sendto/recvfrom on datagram sockets.
---------
Co-authored-by: Dan Gohman <[email protected]>
0 commit comments