Page MenuHomeFreeBSD

linux: fix sigaltstack on amd64
ClosedPublic

Authored by trasz on Jul 24 2021, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 6 2024, 9:26 PM
Unknown Object (File)
Oct 4 2024, 8:03 AM
Unknown Object (File)
Oct 4 2024, 5:11 AM
Unknown Object (File)
Oct 3 2024, 10:51 PM
Unknown Object (File)
Oct 3 2024, 8:33 AM
Unknown Object (File)
Oct 1 2024, 8:06 PM
Unknown Object (File)
Sep 18 2024, 7:59 AM
Unknown Object (File)
Sep 5 2024, 9:06 PM
Subscribers

Details

Summary

To determine whether to use alternate signal stack or not,
we need to use the native signal number, not the one translated
with bsd_to_linux_signal().

Fixes: 135dd0cab51

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable