Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42939
b: refs/heads/master
c: 8de61e6
h: refs/heads/master
i:
  42937: 52c4b17
  42935: 4244ef6
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Dec 7, 2006
1 parent edcb704 commit 7efd69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 045f147f3290395661b56b9231fc4d221e150963
refs/heads/master: 8de61e69c2feb10e5391cca67a3faf1d2bf77ce0
3 changes: 1 addition & 2 deletions trunk/fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
unsigned long reloc_func_desc = 0;
char passed_fileno[6];
struct files_struct *files;
int have_pt_gnu_stack, executable_stack = EXSTACK_DEFAULT;
int executable_stack = EXSTACK_DEFAULT;
unsigned long def_flags = 0;
struct {
struct elfhdr elf_ex;
Expand Down Expand Up @@ -707,7 +707,6 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
executable_stack = EXSTACK_DISABLE_X;
break;
}
have_pt_gnu_stack = (i < loc->elf_ex.e_phnum);

/* Some simple consistency checks for the interpreter */
if (elf_interpreter) {
Expand Down

0 comments on commit 7efd69c

Please sign in to comment.