We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To allow diff to work properly on on persistent mode targets/libfuzzer-style targets, we added a hack to the diff domain which only started counting diff coverage when the top of LLVMFuzzerTestOneInput was hit. See the TODO at https://github.com/rohanpadhye/FuzzFactory/blob/master/llvm_mode/waypoints-diff-pass.cc#L91
LLVMFuzzerTestOneInput
This needs to be fixed, perhaps by adding an option, or by being smarter about detecting whether we're in persistent mode.
The text was updated successfully, but these errors were encountered:
carolemieux
No branches or pull requests
To allow diff to work properly on on persistent mode targets/libfuzzer-style targets, we added a hack to the diff domain which only started counting diff coverage when the top of
LLVMFuzzerTestOneInput
was hit. See the TODO at https://github.com/rohanpadhye/FuzzFactory/blob/master/llvm_mode/waypoints-diff-pass.cc#L91This needs to be fixed, perhaps by adding an option, or by being smarter about detecting whether we're in persistent mode.
The text was updated successfully, but these errors were encountered: