qcms corpus (#1439)

This commit is contained in:
pdknsk 2018-05-23 15:51:41 +02:00 committed by Abhishek Arya
parent c2af307e74
commit 782e27c408
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER pdknsk@gmail.com
RUN apt-get update && apt-get install -y mercurial
RUN apt-get update && apt-get install -y mercurial wget
RUN hg clone https://hg.mozilla.org/mozilla-central/ firefox
RUN wget -q http://cdn.pwmon.org/oss-fuzz/qcms/fuzz_seed_corpus.zip
COPY build.sh fuzz.cc fuzz.dict $SRC/
WORKDIR firefox/gfx/qcms

View File

@ -32,4 +32,4 @@ $CXX $CXXFLAGS -std=c++11 \
-lFuzzingEngine \
$SRC/fuzz.cc -o $OUT/fuzz
cp $SRC/fuzz.dict $OUT
cp $SRC/fuzz.dict $SRC/fuzz_seed_corpus.zip $OUT