27 Sep
2022
27 Sep
'22
4:53 p.m.
@jhol You also need the `stat` inside `if (S_ISLNK( st->st_mode ))` to be behind `if (fd == AT_FDCWD)`, otherwise the fd path will `stat` an empty pathname. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/942#note_9421