From 7e025fbd8e2139042f92e84f51e6e9538404473a Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 29 Jul 2019 15:00:42 +0200 Subject: [PATCH] initial fuzzbuzz confog --- fuzzbuzz.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fuzzbuzz.yaml 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/