Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 28, 2022 16:15 UTC (Fri) by jreiser (subscriber, #11027)In reply to: Handling argc==0 in the kernel by maxfragg
Parent article: Handling argc==0 in the kernel
Breaking envp == (1+ argc + argv) wlll break all current ELF executables that have been statically linked against glibc. [Asking for a system that is highly robust requires that there be at least a few such programs.] It will also break all executable main programs that have been compressed by upx.
