diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2021-10-20 12:44:02 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2021-10-29 14:31:34 -0500 |
commit | 086ec444f86660e103de8945d0dcae9b67132ac9 (patch) | |
tree | 2058a524afd07589ac60aca2948c5acd7bb473f8 /lib/test_fortify/write_overflow-memmove.c | |
parent | c317d306d55079525c9610267fdaf3a8a6d2f08b (diff) |
signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
Modify the 32bit version of setup_rt_frame and setup_frame to act
similar to the 64bit version of setup_rt_frame and fail with a signal
instead of calling do_exit.
Replacing do_exit(SIGILL) with force_fatal_signal(SIGILL) ensures that
the process will be terminated cleanly when the stack frame is
invalid, instead of just killing off a single thread and leaving the
process is a weird state.
Cc: David Miller <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Link: https://lkml.kernel.org/r/20211020174406.17889-16-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'lib/test_fortify/write_overflow-memmove.c')
0 files changed, 0 insertions, 0 deletions