Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23680
b: refs/heads/master
c: 88bcd51
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 24, 2006
1 parent 0941987 commit b94533d
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: b1eecf7e04f34e3248ca8d14e49156da63f05117
refs/heads/master: 88bcd51262ed45212d1b3a65abbac46eaf36bfeb
3 changes: 1 addition & 2 deletions trunk/fs/binfmt_elf_fdpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,7 @@ static int create_elf_fdpic_tables(struct linux_binprm *bprm,
csp -= sizeof(unsigned long);
__put_user(bprm->argc, (unsigned long *) csp);

if (csp != sp)
BUG();
BUG_ON(csp != sp);

/* fill in the argv[] array */
#ifdef CONFIG_MMU
Expand Down

0 comments on commit b94533d

Please sign in to comment.