28 May
2024
28 May
'24
8:35 p.m.
On Tue Apr 2 23:00:26 2024 +0000, Rémi Bernon wrote:
Use asprintf here maybe? `path` is of size `MAX_PATH` but that comes from Win32, the correct Unix define is `PATH_MAX`. I'll fix that, but I'm hesitant to do asprintf since I don't have a way to build or test Android code (and PATH_MAX should be plenty).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5436#note_66737