|
@@ -544,7 +544,7 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
|
|
unsigned long reloc_func_desc = 0;
|
|
unsigned long reloc_func_desc = 0;
|
|
char passed_fileno[6];
|
|
char passed_fileno[6];
|
|
struct files_struct *files;
|
|
struct files_struct *files;
|
|
- int have_pt_gnu_stack, executable_stack = EXSTACK_DEFAULT;
|
|
|
|
|
|
+ int executable_stack = EXSTACK_DEFAULT;
|
|
unsigned long def_flags = 0;
|
|
unsigned long def_flags = 0;
|
|
struct {
|
|
struct {
|
|
struct elfhdr elf_ex;
|
|
struct elfhdr elf_ex;
|
|
@@ -707,7 +707,6 @@ static int load_elf_binary(struct linux_binprm *bprm, struct pt_regs *regs)
|
|
executable_stack = EXSTACK_DISABLE_X;
|
|
executable_stack = EXSTACK_DISABLE_X;
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
- have_pt_gnu_stack = (i < loc->elf_ex.e_phnum);
|
|
|
|
|
|
|
|
/* Some simple consistency checks for the interpreter */
|
|
/* Some simple consistency checks for the interpreter */
|
|
if (elf_interpreter) {
|
|
if (elf_interpreter) {
|