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)
Mon, Sep 29, 3:38 AM
Unknown Object (File)
Mon, Sep 29, 3:32 AM
Unknown Object (File)
Mon, Sep 29, 3:27 AM
Unknown Object (File)
Mon, Sep 29, 3:27 AM
Unknown Object (File)
Mon, Sep 29, 3:21 AM
Unknown Object (File)
Mon, Sep 29, 3:16 AM
Unknown Object (File)
Mon, Sep 29, 3:06 AM
Unknown Object (File)
Mon, Sep 29, 3:03 AM
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