Skip to content

Commit

Permalink
Pull corpus files from google cloud (#1688)
Browse files Browse the repository at this point in the history
Add remote zip containing fuzzer-friendly files
which cover basically all features.
  • Loading branch information
YannisGuyon authored and inferno-chromium committed Aug 3, 2018
1 parent ef88a53 commit 9204671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/libwebp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ MAINTAINER pdknsk@gmail.com
RUN apt-get update && apt-get install -y autoconf make libtool zip
RUN git clone https://chromium.googlesource.com/webm/libwebp
RUN git clone https://chromium.googlesource.com/webm/libwebp-test-data
ADD https://storage.googleapis.com/downloads.webmproject.org/webp/testdata/fuzzer/fuzz_seed_corpus.zip ./
RUN unzip fuzz_seed_corpus.zip -d libwebp-test-data/
RUN rm fuzz_seed_corpus.zip
COPY build.sh fuzz.h fuzz.dict $SRC/
COPY fuzz_simple_api.c $SRC/
COPY fuzz_advanced_api.c $SRC/
Expand Down

0 comments on commit 9204671

Please sign in to comment.