From 53c5d570cab036b23f4969b858a648c8f0c24f93 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 30 Jan 2024 13:47:03 +0200 Subject: fods2xls fuzzer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I095178b1b3c61829abf5c08b8b81cd7415e3e795 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162747 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 5e7452640799..d8ad9f44f262 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -166,5 +166,6 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/corpus/htmlfuzzer_seed_corpus.zip \ -C - -O https://dev-www.libreoffice.org/corpus/zipfuzzer_seed_corpus.zip cp fodtfuzzer_seed_corpus.zip fodt2pdffuzzer_seed_corpus.zip +cp fodsfuzzer_seed_corpus.zip fods2xlsfuzzer_seed_corpus.zip echo end downloading dependencies at `date -u` -- cgit