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

Updated for glibc version >= 2.26 compatibility. #7

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

Conversation

eu90h
Copy link

@eu90h eu90h commented Sep 9, 2018

Recent changes in glibc 2.26 have caused the build to break. The main problem is that sys/types.h no longer exports sys/sysmacros.h. The secondary problem is that struct ucontext has been renamed struct ucontext_t. These changes in glibc were confirmed by the changelogs (visible online here).

Edit: this appears to resolve issue #4 as well.

@jhertz
Copy link

jhertz commented Jul 16, 2021

We no longer have access to this repo. Please send PRs/issue's to Tim's repo here: https://github.com/timnewsham/TriforceAFL

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