pull in fuzzers, add CI scripts later

This commit is contained in:
Chris Wolfe
2018-02-05 19:24:51 -06:00
parent f8eb1dec64
commit 1e08150838
5 changed files with 70 additions and 0 deletions

6
fuzz/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Fuzzers
This directory contains fuzzers that
target [llvm's LibFuzzer](https://llvm.org/docs/LibFuzzer.html). They are built
and run automatically by
Google's [OSS-Fuzz](https://github.com/google/oss-fuzz/) infrastructure.