diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-25 18:26:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-26 11:11:44 +0200 |
commit | 36dd8de9a6a64a047fe1330ab838d3c2efc8224a (patch) | |
tree | b051ed049f32be58b78f2ee0963f4b79b94a6791 /bin | |
parent | 1466e2a58f40c869d8c2590a4479e85c093b3468 (diff) |
use our existing zipfuzzer_seed_corpus
Change-Id: Ib0ea6ad80ff24d3b405051c22b4cdcc461ae2018
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150999
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index f5fc8fb7b305..b11e877c10a1 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -143,6 +143,7 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/corpus/pptxfuzzer_seed_corpus.zip \ -C - -O https://dev-www.libreoffice.org/corpus/mmlfuzzer_seed_corpus.zip \ -C - -O https://dev-www.libreoffice.org/corpus/mtpfuzzer_seed_corpus.zip \ - -C - -O https://dev-www.libreoffice.org/corpus/htmlfuzzer_seed_corpus.zip + -C - -O https://dev-www.libreoffice.org/corpus/htmlfuzzer_seed_corpus.zip \ + -C - -O https://dev-www.libreoffice.org/corpus/zipfuzzer_seed_corpus.zip echo end downloading dependencies at `date -u` |