9229f8b3b7
The number of arguments passed to main(), argc, can be zero if the pathname passed to execve(2) is NULL, e.g. via: execve("/path/to/exe", {NULL}, {NULL}); Also avoid NULL pointer dereferences on the argument value. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> |
||
---|---|---|
.. | ||
ru | ||
Makefile | ||
secon.1 | ||
secon.c |