This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: execvp() runs programs from cwd even if '.' is not in PATH


According to Corinna Vinschen on 11/20/2009 3:59 AM:
> On Nov 20 09:48, Christian Franke wrote:
>> execvp() and the other 'p' variants of exec run programs also from
>> current directory even if '.' is not in the PATH.
> 
> If Cygwin doesn't find the executable in $PATH, the string is used
> literally when calling spawn_guts, which in turn converts the incoming
> path to an absolute Windows path, which obviously works fine.
> 
> This is a bug and the fix is easy, but it's not a regression, so we
> should better stick to it until after 1.7.1.

Are you planning on checking in the fix now?

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]