Skip to content

Commit

Permalink
Add seed zip creation back.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Feb 12, 2024
1 parent 2610dc4 commit 8072421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ fi
mkdir $OUT/corpus
unzip $SRC/avif_decode_seed_corpus.zip -d $OUT/corpus
cp $SRC/libavif/tests/data/* $OUT/corpus

# create a bigger seed corpus for avif_decode_fuzzer
zip -j $OUT/avif_decode_fuzzer_seed_corpus.zip $OUT/corpus/*

0 comments on commit 8072421

Please sign in to comment.