Skip to content

Commit

Permalink
Fix corpora naming
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob committed Jul 7, 2024
1 parent 44da0ff commit cee19a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ for fuzzer in $(find fuzzing -name '*_fuzzer.py');do
compile_python_fuzzer "$fuzzer" --collect-all charset_normalizer --hidden-import=_cffi_backend
base_name=$(basename "$fuzzer")
base_name_no_ext=${base_name%.*}
zip -q $OUT/"$base_name_no_ext".zip $SRC/corpus/*
zip -q $OUT/"${base_name_no_ext}_seed_corpus".zip $SRC/corpus/*
done

0 comments on commit cee19a0

Please sign in to comment.