Made use of libfuzzer

This commit is contained in:
eidheim 2020-08-08 10:52:11 +02:00
commit f6df4cde4e
9 changed files with 107 additions and 13 deletions

6
tests/fuzzers/README.md Normal file
View file

@ -0,0 +1,6 @@
Prior to running the fuzzers, build and prepare for instance as follows:
```sh
CXX=clang++ cmake -DBUILD_FUZZING=1 ..
make
export LSAN_OPTIONS=detect_leaks=0
```