27 Mar
2025
27 Mar
'25
9:21 p.m.
Alfred Agrell (@Alcaro) commented about server/fd.c:
if (fd->unix_fd == -1) { + if (stat( name, &st ))
You sure that doesn't change the result if the input is some nonexistent file? Maybe move that into the "it's a socket" case. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7650#note_99266