14 Jan
2026
14 Jan
'26
8:40 a.m.
If 'name' does not have a suffix, a suffix will be appended in find_exe_file. If 'name' contains spaces, it will result in an incorrect filename being concatenated. In the log of a certain installer, I saw an entry like this: trace:process:CreateProcessInternalW app (null) cmdline L"\"C:\\Program Files\\some folder\\7za \" x -y -aos \"-oC://Program Files//target folder/\" \"C://Program Files//source.zip\"" Signed-off-by: YeshunYe <yeyeshun@uniontech.com> -- v2: kernelbase: Trim whitespaces from the quoted 'cmdline' https://gitlab.winehq.org/wine/wine/-/merge_requests/9882