Re: [2/2] shell32: ShellExecute() should not exec non-executable files.
Dec. 29, 2015
3:01 a.m.
On Tue, 29 Dec 2015, Francois Gouget wrote: [...]
+ + if ((sei_tmp.lpVerb && *sei_tmp.lpVerb) || PathIsExeW(wszApplicationName))
Please don't apply. I think this test is wrong. It should probably be checking that no was specified, or maybe that no class was specified. -- Francois Gouget <fgouget(a)codeweavers.com>
3739
Age (days ago)
3739
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget