initial fuzzbuzz confog

This commit is contained in:
Martin Holst Swende 2019-07-29 15:00:42 +02:00
parent d9535e1146
commit 7e025fbd8e
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

10
fuzzbuzz.yaml Normal file
View file

@ -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/