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

Add initial support for AT_RSEQ_* #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add initial support for AT_RSEQ_* #122

wants to merge 1 commit into from

Conversation

IgWod
Copy link
Collaborator

@IgWod IgWod commented May 21, 2024

In newer operating systems AT_RSEQ_* parameters are automatically added to binaries. This does not mean that the application uses rseq, but it is a possibility. Currently we do not support rseq as it is a complex issue, so for now we allow AT_RSEQ_* to be passed, however a warning is printed, as there are no guarantees rseq will not be used by the binary. In most of the cases however resq is not used and majority of binaries should run without any issues.

This addresses: #120

@IgWod IgWod requested a review from jkressel May 21, 2024 15:20
@IgWod IgWod self-assigned this May 21, 2024
In newer operating systems AT_RSEQ_* parameters are automatically
added to binaries. This does not mean that the application
uses rseq, but it is a possibility. Currently we do not support
rseq as it is a complex issue, so for now we allow AT_RSEQ_* to
be passed, however a warning is printed, as there are no
guarantees rseq will not be used by the binary. In most of the
cases however resq is not used and majority of binaries should run
without any issues.
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.

1 participant