-
Notifications
You must be signed in to change notification settings - Fork 8
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
Features/asan sync #104
Features/asan sync #104
Conversation
before we merge - I think this is instrumenting ASAN too since ASAN is statically compiled into the binary :/ |
Haha interesting. If you're not able to do it quickly, let's merge anyways. Same problem in the |
@R9295 can you please investigate the test failure too? |
@louismerlin it was cause of a bad conditional and honggfuzz wasn't building. I think that was the issue |
This adds support for address sanitizer in
fuzz
andrun
with--asan
Adding foreign fuzzer syncing explicitly since we cannot use
--afl-flags
for this. The flags are given to all afl instances and only-M
instances can use-F