commit | 19d860a140beac48a1377f179e693abe86a9dac9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 04 20:11:36 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:39:00 2014 -0400 |
tree | 4da809a162a3b9aea8575828f52e150b26ca6ff1 | |
parent | 2926620145095ffb0350b2312ac9d0af8537796f [diff] |
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>