Loading fs/binfmt_elf_fdpic.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fs/binfmt_elf_fdpic.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading