Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#307 fixed argv[0] of shell script interpreter KO Myung-Hun
Description

Hi/2.

argv[0] should be a program itself. However, if spawn() a shell script, the script name is passed to a shell. So the shell using argv[0] misbehave.

I attach test programs. If you run spawn_arg.exe, then you can confirm argv[0] is a shell script not a shell.

#308 fixed __spawnvpe() and interperter search KO Myung-Hun
Description

Hi/2.

Current __spawnvpe() searches a interpreter in this order.

interpreter_path
interpreter_name in PATH
interpreter_name + .exe in PATH

But, interpreter_path + .exe should be also searched before searching name in PATH.

Finally, I think, an exe file should be prefered to a non-exe file. Any idea ?

#309 invalid stat() for '\..' should fail KO Myung-Hun
Description

Hi/2.

stat() for '\..' should fail. A parent of root is invalid.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.