Re: [PATCH v8 0/6] MR2786: Add support for AF_UNIX sockets
18 May
2023
18 May
'23
4:46 p.m.
@zfigura Can you elaborate on this? I don't see a clean way of doing this in ntdll without modifying `struct afd_bind_params`, `struct afd_connect_params`, etc. to add a field for the Unix path, since none of the other `sock_ioctl` cases add on varargs.
afd_bind_params et al. should already take a variable sized sockaddr, and the struct definitions in include/wine/afd.h mention that specifically. Am I missing something? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_33106
946
Age (days ago)
946
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)