11 Feb
2014
11 Feb
'14
2:43 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
--- a/dlls/shell32/shlexec.c +++ b/dlls/shell32/shlexec.c @@ -315,6 +315,8 @@ static UINT_PTR SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait, WCHAR curdir[MAX_PATH]; DWORD dwCreationFlags; const WCHAR *lpDirectory = NULL; + WCHAR module_path[MAX_PATH] {0};
Does this really compile? -- Dmitry.