handle suicide on late failure exits in execve() in search_binary_handler()
... rather than doing that in the guts of ->load_binary().
[updated to fix the bug spotted by Shentino - for SIGSEGV we really need
something stronger than send_sig_info(); again, better do that in one place]
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- arch/x86/ia32/ia32_aout.c 5 additions, 16 deletionsarch/x86/ia32/ia32_aout.c
- fs/binfmt_aout.c 6 additions, 19 deletionsfs/binfmt_aout.c
- fs/binfmt_elf.c 5 additions, 20 deletionsfs/binfmt_elf.c
- fs/binfmt_elf_fdpic.c 8 additions, 16 deletionsfs/binfmt_elf_fdpic.c
- fs/exec.c 11 additions, 6 deletionsfs/exec.c
Loading
Please register or sign in to comment