aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolan@skynet.ie>2017-12-04 16:07:04 +0000
committerAbhishek Arya <inferno@chromium.org>2017-12-04 08:07:04 -0800
commit30e6c0b8bd04b89b945ffccd5b7279cad615f506 (patch)
tree0eb114de1a5dffb999f908fa79014998acf75bc7 /projects/libreoffice
parent4078427d460be7cf3c0c0d2278004f28e3e04c81 (diff)
downloadoss-fuzz-30e6c0b8bd04b89b945ffccd5b7279cad615f506.tar.gz
add mathtype corpus (#1019)
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile
index 3743b3df6..b3f4ab1aa 100644
--- a/projects/libreoffice/Dockerfile
+++ b/projects/libreoffice/Dockerfile
@@ -146,7 +146,8 @@ ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/docxfuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/xlsxfuzzer_seed_corpus.zip \
https://dev-www.libreoffice.org/corpus/pptxfuzzer_seed_corpus.zip \
- https://dev-www.libreoffice.org/corpus/mmlfuzzer_seed_corpus.zip $SRC/
+ https://dev-www.libreoffice.org/corpus/mmlfuzzer_seed_corpus.zip \
+ https://dev-www.libreoffice.org/corpus/mtpfuzzer_seed_corpus.zip $SRC/
#clone source
RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice
WORKDIR libreoffice