bin/oss-fuzz-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 36dd8de9a6a64a047fe1330ab838d3c2efc8224a Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Apr 25 18:26:43 2023 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Apr 26 11:11:44 2023 +0200 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 <caol...@redhat.com> 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`