Remove re-use of "struct mm_struct" at execve() time.
This will eventually allow us to copy argc/argv without any intermediate storage (removing current argument size limitations).
Showing
Please register or sign in to comment
This will eventually allow us to copy argc/argv without any intermediate storage (removing current argument size limitations).