Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 30, 2022 21:43 UTC (Sun) by developer122 (guest, #152928)In reply to: Handling argc==0 in the kernel by matthias
Parent article: Handling argc==0 in the kernel
You could run into issues with programs that check argc. They may expect it to be zero, or they may expect it to be 1 with a valid path, but they may not expect it to be 1 with an invalid path.