Fix locking for "send_sig_info()", to avoid possible races with signal
state changes due to execve() and exit(). We need to hold the tasklist lock to guarantee stability of "task->sighand".
Showing
Please register or sign in to comment
state changes due to execve() and exit(). We need to hold the tasklist lock to guarantee stability of "task->sighand".