We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5355e86 commit 1bb5b42Copy full SHA for 1bb5b42
fuzzing/build.sh
@@ -3,6 +3,6 @@ pip3 install .
3
4
# Build fuzzers in $OUT
5
for fuzzer in $(find fuzzing -name '*_fuzzer.py');do
6
- compile_python_fuzzer "$fuzzer"
+ compile_python_fuzzer "$fuzzer" --add-binary="dateparser/data:dateparser/data"
7
done
8
zip -q $OUT/dateparser_fuzzer_seed_corpus.zip $SRC/corpus/*
0 commit comments