bin/oss-fuzz-setup.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 42ab4f0de00e113ed31f038e0441c1075b881b8d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Apr 26 12:52:36 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Apr 26 16:25:03 2023 +0200

    use skia's svg seed corpus
    
    Change-Id: Iee1e7a6bbc3e50b3e882465aafea4c9b0650dcbe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151056
    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 b11e877c10a1..c49b95dede3c 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -101,6 +101,7 @@ mkdir -p $SRC/sample-sft-fonts/adobe
 curl --no-progress-meter -S \
     -C - -o $SRC/sample-sft-fonts/adobe/AdobeVFPrototype.otf 
https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf
 zip -qr $SRC/sftfuzzer_seed_corpus.zip $SRC/sample-sft-fonts
+curl --no-progress-meter -S -C - 
https://storage.googleapis.com/skia-fuzzer/oss-fuzz/svg_seed_corpus.zip -o 
svgfuzzer_seed_corpus.zip
 curl --no-progress-meter -S \
     -C - -O https://dev-www.libreoffice.org/corpus/wmffuzzer_seed_corpus.zip \
     -C - -O https://dev-www.libreoffice.org/corpus/xbmfuzzer_seed_corpus.zip \

Reply via email to