[etcd] Add cncf fuzzers (#6946)

This commit is contained in:
AdamKorcz 2021-12-01 11:07:42 +00:00 committed by GitHub
parent 8d85237a84
commit a1eb5b60fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,6 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --depth 1 https://github.com/etcd-io/etcd
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
COPY wal_fuzzer.go build.sh $SRC/
WORKDIR $SRC/etcd

View File

@ -18,3 +18,4 @@
mv $SRC/wal_fuzzer.go $SRC/etcd/server/storage/wal/
compile_go_fuzzer go.etcd.io/etcd/server/v3/storage/wal FuzzWalCreate fuzz_wal_create
$SRC/cncf-fuzzing/projects/etcd/build.sh