Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 28, 2022 15:42 UTC (Fri) by johnnyapol (subscriber, #151785)In reply to: Handling argc==0 in the kernel by maxfragg
Parent article: Handling argc==0 in the kernel
I like this idea - I had a similar one where issues of argc==0 could be addressed by modifying libc (specifically glibc) to pass in NULL for argv so attempts to read/write would just segfault.
