-
Notifications
You must be signed in to change notification settings - Fork 278
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
Experiment for AFL++ cloning strategies using different pointer analyses #1202
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
Hi, |
It seems the linker is continuosly killed, problably OOM, that's why the CI is failing on https://github.com/google/fuzzbench/actions/runs/1027102495 for our fuzzers. |
It might be a pain to do this because docker builds try to be reproducible so we'd need to define some dockerfile argument and set it at build time (I don't think this is worth the effort). I'd rather if you could just build it locally, or we try building these in production and if they fail oh well. Let me know when you want this merged. |
Yes it makes sense, was just wondering if there was already a way to distinguish, but it does not seem the case
We already tested the bug benchmarks locally and excluded the ones that do not build, so you can merge this. Thank you very much |
I'd like to request an experiment to compare different strategies to achieve context sensitivity at compile time using different pointer analyses