Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable fuzzing on CI for now, it is broken
Libfuzzer does not load the corpus, even when it has been populated. And starting from scratch every time is not very useful; a decent corpus is required to find the interesting paths. Fuzzing from an empty corpus every time is not going to uncover newly introduced bugs.
- Loading branch information