Skip to content

Commit 0c0c251

Browse files
committed
Fix corpus file names
1 parent 651185a commit 0c0c251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/openjph/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ cmake $SRC/OpenJPH -DBUILD_SHARED_LIBS=OFF -DOJPH_BUILD_FUZZER=ON
2222
make
2323
cp fuzzing/ojph_expand_fuzz_target $OUT
2424

25-
# Build the seed corpus
25+
# Initialize the seed corpus
2626
cd $SRC
2727
git clone --depth 1 https://github.com/aous72/jp2k_test_codestreams.git
28-
rm -f $OUT/j2c_expand_fuzz_target_seed_corpus.zip
29-
zip -j $OUT/j2c_expand_fuzz_target_seed_corpus.zip jp2k_test_codestreams/openjph/*.j2c
28+
rm -f $OUT/ojph_expand_fuzz_target_seed_corpus.zip
29+
zip -j $OUT/ojph_expand_fuzz_target_seed_corpus.zip jp2k_test_codestreams/openjph/*.j2c

0 commit comments

Comments
 (0)