]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Handle SIGSYS and SIGSTKFLT when defined
authorMark Wielaard <mark@klomp.org>
Mon, 14 Jul 2025 22:00:44 +0000 (00:00 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 14 Jul 2025 22:24:00 +0000 (00:24 +0200)
commit969bccaaca7aab2614def013ac1f37de37fbce86
tree3ad6294d0fb789a4f8c5d82c507a36d6abca3c92
parent806abab0557a53546d9498926f699fd679b9f0f1
Handle SIGSYS and SIGSTKFLT when defined

Both signals were already partially handled. But calculate_SKSS_from_SCSS
only handled SIGSYS on freebsd. default_action didn't handle SIGSTKFLT.
And sync_signalhandler didn't expect to have to handle SIGSYS.

This fixes LTP tests kill11 and waitpid01.

https://bugs.kde.org/show_bug.cgi?id=506890
coregrind/m_signals.c