Re: [PATCH v25 0/6] MR7650: Add support for AF_UNIX sockets (followup)
30 Apr
2025
30 Apr
'25
1:23 p.m.
Ralf Habacker (@rhabacker) commented about server/sock.c:
return; }
+ if (sock->family == WS_AF_UNIX && *addr->sa_data) + fchdir(server_dir_fd);
Here the working directory is also changed, which needs to be reviewed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7650#note_102239
230
Age (days ago)
230
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ralf Habacker (@rhabacker)