diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/compat.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/fs/compat.c b/fs/compat.c index d576b552e8e2..6c19040ffeef 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1532,6 +1532,8 @@ int compat_do_execve(char * filename,  	if (retval < 0)  		goto out; +	current->stack_start = current->mm->start_stack; +  	/* execve succeeded */  	current->fs->in_exec = 0;  	current->in_execve = 0; | 
