Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exceptor: Add SA_ONSTACK flag the POSIX backend #802

Merged
merged 2 commits into from
May 30, 2024

Conversation

asabil
Copy link
Contributor

@asabil asabil commented May 23, 2024

Add the SA_ONSTACK flag to handle situations where and alternative signal stack has been configured using sigaltstack. In the situations where no alternative stack was configured, this behaves as if the flag has not been set.

Add the SA_ONSTACK flag to handle situations where and alternative
signal stack has been configured using `sigaltstack`. In the situations
where no alternative stack was configured, this behaves as if the flag
has not been set.
@asabil
Copy link
Contributor Author

asabil commented May 24, 2024

Looks like older QNX versions don't support SA_ONSTACK?

Notably, QNX 6.x doesn't have this flag defined.
@oleavr oleavr merged commit 078608f into frida:main May 30, 2024
31 of 32 checks passed
@oleavr
Copy link
Member

oleavr commented May 30, 2024

Thanks! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants