Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Feb 4, 2022 16:48 UTC (Fri) by sbaugh (guest, #103291)In reply to: Handling argc==0 in the kernel by dskoll
Parent article: Handling argc==0 in the kernel
>The first argument to execve() is the pathname being executed; that could be placed as argv[0].
Not when using execveat(fd, "", ..., AT_EMPTY_PATH)
