From aa636e3fd4c1a08f6308db193937cf3be816f601 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 28 Apr 2005 15:17:19 -0700 Subject: [PATCH] --- yaml --- r: 544 b: refs/heads/master c: 18c8baff8fe151ea02e00047afc369ee31939e9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/binfmt_elf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c8c239990f0f..d6d5a7f7f88d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5bec0039f4ac8d707d7afe7739cc2e7004447e38 +refs/heads/master: 18c8baff8fe151ea02e00047afc369ee31939e9b diff --git a/trunk/fs/binfmt_elf.c b/trunk/fs/binfmt_elf.c index 6ae62cbf7c2e..ce9423bb2de3 100644 --- a/trunk/fs/binfmt_elf.c +++ b/trunk/fs/binfmt_elf.c @@ -945,7 +945,7 @@ static int load_elf_binary(struct linux_binprm * bprm, struct pt_regs * regs) retval = arch_setup_additional_pages(bprm, executable_stack); if (retval < 0) { send_sig(SIGKILL, current, 0); - goto out_free_dentry; + goto out; } #endif /* ARCH_HAS_SETUP_ADDITIONAL_PAGES */