From 4078427d460be7cf3c0c0d2278004f28e3e04c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 30 Nov 2017 20:48:06 +0000 Subject: [PATCH] [libreoffice] add mml corpus (#1017) --- projects/libreoffice/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/libreoffice/Dockerfile b/projects/libreoffice/Dockerfile index 7e3a07e73..3743b3df6 100644 --- a/projects/libreoffice/Dockerfile +++ b/projects/libreoffice/Dockerfile @@ -145,7 +145,8 @@ ADD https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \ https://dev-www.libreoffice.org/corpus/diffuzzer_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 $SRC/ + https://dev-www.libreoffice.org/corpus/pptxfuzzer_seed_corpus.zip \ + https://dev-www.libreoffice.org/corpus/mmlfuzzer_seed_corpus.zip $SRC/ #clone source RUN git clone --depth 1 git://anongit.freedesktop.org/libreoffice/core libreoffice WORKDIR libreoffice