summaryrefslogtreecommitdiff
path: root/devel/fuzz/README.md
blob: 29668d2708e2b6299fa3110808f670b6482735f4 (plain)
1
2
3
4
5
6
7
8
9
10
# Fuzzers

These are fuzzers designed for use with `libFuzzer`. Currently they are
primarily run on Google's OSS-Fuzz (https://github.com/google/oss-fuzz/).

OSS-Fuzz will automatically locate and compile any `*_fuzzer.cc` files and
assume they are fuzzers it should run.

The initial values for each parser fuzzer are taken from the $NAME.in
directory.