29 Jan
2026
29 Jan
'26
12:46 a.m.
The `cmdline_to_argv` function previously had a bug in handling backslashes preceding double quotes, particularly regarding the escaping rules. \ When processing a case like `"\"c:\windows\\""`, the flawed logic incorrectly consumed the quote character, leading to an error in parsing the number of arguments. Signed-off-by: YeshunYe yeyeshun@uniontech.com -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9996