Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260417
b: refs/heads/master
c: 9121935
h: refs/heads/master
i:
  260415: 63e4b99
v: v3
  • Loading branch information
Tetsuo Handa authored and Linus Torvalds committed Jul 26, 2011
1 parent 6d1ab44 commit 055618e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aacb3d17a73f6447c04e4d769391238dcf85568d
refs/heads/master: 912193521b719fbfc2f16776febf5232fe8ba261
2 changes: 2 additions & 0 deletions trunk/fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ int search_binary_handler(struct linux_binprm *bprm,struct pt_regs *regs)
printable(bprm->buf[2]) &&
printable(bprm->buf[3]))
break; /* -ENOEXEC */
if (try)
break; /* -ENOEXEC */
request_module("binfmt-%04x", *(unsigned short *)(&bprm->buf[2]));
#endif
}
Expand Down

0 comments on commit 055618e

Please sign in to comment.