Re: [PATCH] Cygwin: exec: check execute bit prior to evaluating script

2019-08-06 Thread Corinna Vinschen
On Aug 6 12:09, Ken Brown wrote: > On 8/6/2019 4:53 AM, Corinna Vinschen wrote: > > From: Corinna Vinschen > > > > When the exec family of functions is called for a script-like > > file, the av::setup function handles the exec[vl]p case as > > well. The execve case for files not starting with a

Re: [PATCH] Cygwin: exec: check execute bit prior to evaluating script

2019-08-06 Thread Ken Brown
On 8/6/2019 4:53 AM, Corinna Vinschen wrote: > From: Corinna Vinschen > > When the exec family of functions is called for a script-like > file, the av::setup function handles the exec[vl]p case as > well. The execve case for files not starting with a she-bang > is handled first by returning ENOE