-
-
Notifications
You must be signed in to change notification settings - Fork 373
Forkserver: Add __AFL_SHM_FUZZ_MAP_SIZE, clean up env variables #3235
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't. Is it in gitignore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all .lock files are in gitignore, but it is about un-committed files, i guess. for this one, we already committed so any change to it on your side is reflected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope we totally need to have no checked in files ignored in the gitignore else... well this happens
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allowed Cargo.lock for all fuzzers now, because it makes sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might regret later xD
Waiting for AFLplusplus/AFLplusplus#2430 |
Description
This adds the
__AFL_SHM_FUZZ_MAP_SIZE
env for the forkserver target (to know about the input page size) - as discussed in #3229Checklist
./scripts/precommit.sh
and addressed all comments