diff options
Diffstat (limited to 'fs/binfmt_flat.c')
| -rw-r--r-- | fs/binfmt_flat.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 5d6b94475f27..82a48e830018 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -994,6 +994,7 @@ static int load_flat_binary(struct linux_binprm *bprm)  	FLAT_PLAT_INIT(regs);  #endif +	finalize_exec(bprm);  	pr_debug("start_thread(regs=0x%p, entry=0x%lx, start_stack=0x%lx)\n",  		 regs, start_addr, current->mm->start_stack);  	start_thread(regs, start_addr, current->mm->start_stack);  | 
