j
k
j a
j l
Zebediah Figura (@zfigura) commented about dlls/ws2_32/socket.c:
} break; case AF_UNIX: if (len < sizeof(struct sockaddr_un)) { SetLastError( WSAEFAULT ); return -1; }
} break;
case AF_UNIX:
if (len < sizeof(struct sockaddr_un))
{
SetLastError( WSAEFAULT );
return -1;
}
This is still questionable, and needs tests.
Back to the thread
Back to the list