Handling argc==0 in the kernel
Handling argc==0 in the kernel
Posted Jan 30, 2022 20:23 UTC (Sun) by NYKevin (subscriber, #129325)In reply to: Handling argc==0 in the kernel by NYKevin
Parent article: Handling argc==0 in the kernel
> then the only thing you're allowed to do with that value is pass it to free().
Or realloc(), I suppose. Point is, you definitely can't dereference it.
