Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 29, 2022 10:39 UTC (Sat) by larkey (guest, #104463)In reply to: Handling argc==0 in the kernel by matthias
Parent article: Handling argc==0 in the kernel
> However one is not allowed to dereference it.
But there's no dereferencing? But more plainly perhaps:
for (char **arg = argv + 1; arg < argv+argv; arg++)
