Skip to content
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

Make centipede the main fuzzer #9299

Open
jonathanmetzman opened this issue Dec 28, 2022 · 0 comments
Open

Make centipede the main fuzzer #9299

jonathanmetzman opened this issue Dec 28, 2022 · 0 comments

Comments

@jonathanmetzman
Copy link
Contributor

This process will take a long time, but is our goal and should be done now that libFuzzer is basically deprecated.

jonathanmetzman added a commit that referenced this issue Dec 28, 2022
jonathanmetzman added a commit that referenced this issue Feb 7, 2023
It's pointless and has these drawbacks:
1. It add useless instrumentation not used by centipede that slows
down the target
2. It adds instrumentation that expects an implementation at link
time (__sancov_lowest_stack) which can break projects builds.

Fixes #9609
Related: #9299 #9583
jonathanmetzman added a commit that referenced this issue Feb 7, 2023
It's pointless and has these drawbacks:
1. It add useless instrumentation not used by centipede that slows down
the target
2. It adds instrumentation that expects an implementation at link time
(__sancov_lowest_stack) which can break projects builds.

Fixes #9609
Related: #9299
#9583
jonathanmetzman added a commit that referenced this issue Feb 8, 2023
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this issue Mar 15, 2023
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this issue Mar 15, 2023
It's pointless and has these drawbacks:
1. It add useless instrumentation not used by centipede that slows down
the target
2. It adds instrumentation that expects an implementation at link time
(__sancov_lowest_stack) which can break projects builds.

Fixes google#9609
Related: google#9299
google#9583
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this issue Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant