We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e620b5 commit cc9554eCopy full SHA for cc9554e
fs/exec.c
@@ -755,8 +755,6 @@ int setup_arg_pages(struct linux_binprm *bprm,
755
mm->arg_start = bprm->p;
756
#endif
757
758
- if (bprm->loader)
759
- bprm->loader -= stack_shift;
760
bprm->exec -= stack_shift;
761
762
if (mmap_write_lock_killable(mm))
include/linux/binfmts.h
@@ -64,7 +64,7 @@ struct linux_binprm {
64
const char *fdpath; /* generated filename for execveat */
65
unsigned interp_flags;
66
int execfd; /* File descriptor of the executable */
67
- unsigned long loader, exec;
+ unsigned long exec;
68
69
struct rlimit rlim_stack; /* Saved RLIMIT_STACK used during exec. */
70
0 commit comments