diff --git a/fuzzbuzz.yaml b/fuzzbuzz.yaml new file mode 100644 index 0000000000..e51e582e59 --- /dev/null +++ b/fuzzbuzz.yaml @@ -0,0 +1,10 @@ +base: ubuntu:16.04 +targets: + - name: rlp + language: go + version: "1.11" + corpus: ./corpus/rlp + harness: + function: Fuzz + package: github.com/ethereum/go-ethereum/fuzzers/rlp + checkout: github.com/ethereum/go-ethereum/