-
- Downloads
Add github action to enable batch fuzzing with ClusterFuzzLite
Batch fuzzing enables continuous, regular fuzzing on your latest HEAD and allows a corpus of inputs to build up over time, which greatly improves the effectiveness of fuzzing. Batch fuzzing can be run on a cron schedule.
Showing
- .clusterfuzzlite/build.sh 1 addition, 4 deletions.clusterfuzzlite/build.sh
- .github/workflows/cflite_batch.yml 37 additions, 0 deletions.github/workflows/cflite_batch.yml
- test/fuzz/download_corpus.sh 33 additions, 0 deletionstest/fuzz/download_corpus.sh
- test/fuzz/fuzz_compression.c 1 addition, 0 deletionstest/fuzz/fuzz_compression.c
- test/fuzz/fuzz_round_trip.c 1 addition, 0 deletionstest/fuzz/fuzz_round_trip.c
- test/fuzz/meson.build 4 additions, 6 deletionstest/fuzz/meson.build
Loading
Please register or sign in to comment