10 Mar
2021
10 Mar
'21
12:09 p.m.
Huw Davies <huw(a)codeweavers.com> wrote:
+ static const WCHAR escape_chars[] = {'*','/','\\',0};
At least '?' should be filtered as well. More complete list of invalid characters is at https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/unix/file.c#l17... -- Dmitry.