projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do_wait reorganization
[linux-2.6]
/
fs
/
exec.c
diff --git
a/fs/exec.c
b/fs/exec.c
index
da94a6f
..
fd92343
100644
(file)
--- a/
fs/exec.c
+++ b/
fs/exec.c
@@
-610,7
+610,7
@@
int setup_arg_pages(struct linux_binprm *bprm,
bprm->exec -= stack_shift;
down_write(&mm->mmap_sem);
- vm_flags =
vma->vm_flags
;
+ vm_flags =
VM_STACK_FLAGS
;
/*
* Adjust stack execute permissions; explicitly enable for