pull in fuzzers, add CI scripts later

Conflicts:
	ChangeLog
This commit is contained in:
Chris Wolfe
2018-02-05 19:24:51 -06:00
committed by Eric Haszlakiewicz
parent d222b13758
commit 33e166a685
4 changed files with 67 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.