16 May
2023
16 May
'23
9:45 a.m.
I have added a basic test and introduced an error when attempting to call `connect()` on an abstract AF_UNIX socket. Despite the announcement blog post explicitly stating otherwise, abstract AF_UNIX sockets are **not** supported by Windows (discussion here: https://github.com/microsoft/WSL/issues/4240). However, passing an abstract path to `bind()` or calling `listen()` or `accept()` on an abstract AF_UNIX socket does not yield an error. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_32855