Fuzzing: Better seed corpus

This commit is contained in:
Benoit Blanchon
2017-02-19 21:30:22 +01:00
parent 2321473c34
commit 797ea356ef
9 changed files with 42 additions and 8 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
# This script mimics an invocation from https://github.com/google/oss-fuzz
cd $(dirname $0)
export CXX='clang++'
export CXXFLAGS='-fsanitize-coverage=trace-pc-guard -fsanitize=address'
export LIB_FUZZING_ENGINE=-lFuzzer