20 Sep
2024
20 Sep
'24
9 a.m.
Calls to `CreateProcessW` where the current directory is a path that exceeds `MAX_PATH` can result in `Length` exceeding `MaximumLength`, causing corruption in `alloc_process_params` when `append_unicode_string` copies the string according to `Length`, but only allocates `MaximumLength` of storage. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6535