6 Jul
2023
6 Jul
'23
3:52 p.m.
Zebediah Figura (@zfigura) commented about dlls/ws2_32/socket.c:
} break;
+ case AF_UNIX: + if (len < sizeof(struct sockaddr_un)) + { + SetLastError( WSAEFAULT ); + return -1; + }
This is still questionable, and needs tests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_38155