|
@@ -572,8 +572,7 @@ static int create_elf_fdpic_tables(struct linux_binprm *bprm,
|
|
csp -= sizeof(unsigned long);
|
|
csp -= sizeof(unsigned long);
|
|
__put_user(bprm->argc, (unsigned long *) csp);
|
|
__put_user(bprm->argc, (unsigned long *) csp);
|
|
|
|
|
|
- if (csp != sp)
|
|
|
|
- BUG();
|
|
|
|
|
|
+ BUG_ON(csp != sp);
|
|
|
|
|
|
/* fill in the argv[] array */
|
|
/* fill in the argv[] array */
|
|
#ifdef CONFIG_MMU
|
|
#ifdef CONFIG_MMU
|