Re: [2/2] shell32: Supply a module name to CreateProcess
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.
4412
Age (days ago)
4412
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov