mirror of https://github.com/google/oss-fuzz.git
add zip corpus (#498)
This commit is contained in:
parent
bdbce9fb74
commit
9f5c3820cd
|
@ -20,6 +20,7 @@ MAINTAINER dtardon@redhat.com
|
|||
RUN apt-get update
|
||||
RUN apt-get build-dep -y librevenge
|
||||
ADD https://dev-www.libreoffice.org/corpus/olefuzzer_seed_corpus.zip $SRC/
|
||||
ADD https://dev-www.libreoffice.org/corpus/zipfuzzer_seed_corpus.zip $SRC/
|
||||
#clone source
|
||||
RUN git clone --depth 1 git://git.code.sf.net/p/libwpd/librevenge
|
||||
WORKDIR librevenge
|
||||
|
|
Loading…
Reference in New Issue