-
Notifications
You must be signed in to change notification settings - Fork 91
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 #17
fix #17
Conversation
this is now ready to land |
@vanhauser-thc How would you recommend addressing the Would you suggest adding a special case for these targets in the fuzzer's |
with the state of the repo I could only build one target, the others had bugs due to the patching of the bugs not making the target compilable for any fuzzer. ah it is the ifunc attribute that causes the issues. (but maybe there are others than that and earlier constructors). |
The master branch does not anchor targets, so their source code changes and breaks patches constantly. |
that PR was too early accepted :)
I tried to get LTO working (because that is what is comparable to honggfuzz), but the target build is pretty abstracted and therefore difficult to built for that. that mode would be much better than plain afl++ with afl-clang-fast.