27 Oct
2023
27 Oct
'23
5:35 p.m.
The buffer size should now be back to 32 for Linux (plus whatever will be added). This might result in paths being constructed bigger than PATH_MAX (especially on non-Linux), but stat should just set ENAMETOOLONG in that case and the existing code handles errors there already. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4023#note_50004