[PATCH] reduce [compat_]do_execve stack usage
Allocating the 'struct linux_binprm' on the stack chews up too much
stackspace.
Just kmalloc it instead.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing
Please register or sign in to comment