Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 544
b: refs/heads/master
c: 18c8baf
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Apr 28, 2005
1 parent 19d2887 commit aa636e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5bec0039f4ac8d707d7afe7739cc2e7004447e38
refs/heads/master: 18c8baff8fe151ea02e00047afc369ee31939e9b
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_elf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit aa636e3

Please sign in to comment.