diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-27 20:13:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-29 20:42:51 +0200 |
commit | 6c3f27c794b90e2877edd72689d7d8284fecff00 (patch) | |
tree | ffe94297c84290e858bfcc606e0cac83a8e5a508 /bin/oss-fuzz-setup.sh | |
parent | 6b6b83b43fcae13e30a9ca67b421187a5e0d7142 (diff) |
add a fodt to pdf fuzzer
Initially give it a fairly tiny input size limit.
Change-Id: Iabc2611174e88f1f6050edb21da4f28694bac4a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151151
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin/oss-fuzz-setup.sh')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 9268e39c4b06..3e27957d8d91 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -153,5 +153,6 @@ curl --no-progress-meter -S \ -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/zipfuzzer_seed_corpus.zip +cp fodtfuzzer_seed_corpus.zip fodt2pdffuzzer_seed_corpus.zip echo end downloading dependencies at `date -u` |