Made use of libfuzzer
This commit is contained in:
parent
8e82428740
commit
f6df4cde4e
9 changed files with 107 additions and 13 deletions
6
tests/fuzzers/README.md
Normal file
6
tests/fuzzers/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue