-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update afl++ #7008
Update afl++ #7008
Conversation
afl-clang-fast++ crashed when building Qt on December 12th, 14th and 15th, see links below. Builds on December 13th and before 12th passed with seemingly identical sources on Qt's end. Is there anything I can do about this except disabling afl builds? https://oss-fuzz-build-logs.storage.googleapis.com/log-d75e0306-38fd-4c8a-a687-d9c51c708bf8.txt |
This reverts commit 95e437c.
* update afl++ commit id * update afl++ commit id * fix for afl++ * attempt fix for curl * allow easy reproducable afl++ builds * new commit id * fixes * another afl++ commit increase * not a relevant update, but why not
This reverts commit 95e437c.
This updates afl++ to support the newest llvm 14 changes (once again), and add nan/-0/... support to our compcov/laf implementation (needed for bitcoin-core).
also a fix for the AFL_SKIP_OSSFUZZ mode.