mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
initial fuzzbuzz confog
This commit is contained in:
parent
d9535e1146
commit
7e025fbd8e
1 changed files with 10 additions and 0 deletions
10
fuzzbuzz.yaml
Normal file
10
fuzzbuzz.yaml
Normal 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/
|
||||
Loading…
Reference in a new issue