There was a problem fetching the pipeline summary.
Initial integration with google/oss-fuzz
Implements initial support for continuous fuzzing with [google/oss-fuzz](http://github.com/google/oss-fuzz). Changes: - Removes `--with-santize-coverage` config flag: the clang6 `-fsanitize=fuzzer-no-link` replaces this - Adds `--with-oss-fuzz` config flag: links `-lFuzzingEngine` into fuzz targets - Adds logic to `make check` that runs the fuzz targets with a single seed input to ensure they exit successfully
Showing
- configure.ac 2 additions, 1 deletionconfigure.ac
- m4/sanitizer.m4 9 additions, 24 deletionsm4/sanitizer.m4
- tests-fuzz/Makefile.am 11 additions, 0 deletionstests-fuzz/Makefile.am
- tests-fuzz/check/check_fuzzers.test 9 additions, 0 deletionstests-fuzz/check/check_fuzzers.test
- tests-fuzz/check/sample-seed.pkt 0 additions, 0 deletionstests-fuzz/check/sample-seed.pkt
Loading
Please register or sign in to comment