Ralf Habacker (@rhabacker) commented about server/fd.c:
if (fd->unix_fd == -1) {
if (stat( name, &st ))
Removing the call to stat() here will break https://gitlab.winehq.org/wine/wine/-/merge_requests/7650/diffs?commit_id=6b...
``` *mode = st.st_mode; ```