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

Fix wrong define ARCH_HAS_SYSCALL_WRAPPER #18

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

Conversation

klecko
Copy link

@klecko klecko commented Nov 6, 2020

Fixes #15

It seems like syscall wrappers were never taken into account. It usually worked because the argument is simply forwarded to the original syscall, but in some builds the pointer is truncated to an int, generating a read fault when accessed by the original exit syscall as we can see in #15

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.

insmod "Killed" on Ubuntu
1 participant