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