Commit 5899bb53 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Propagate bprm->interp changes to sparc 32-bit compat layer.

parent b2e268b3
......@@ -1987,6 +1987,7 @@ do_execve32(char * filename, u32 * argv, u32 * envp, struct pt_regs * regs)
bprm.file = file;
bprm.filename = filename;
bprm.interp = filename;
bprm.sh_bang = 0;
bprm.loader = 0;
bprm.exec = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment