mirror of https://github.com/google/oss-fuzz.git
[python3-libraries] Add dictionary for AST fuzzer (#7877)
This commit is contained in:
parent
4b60b6fd06
commit
f3a752435d
|
@ -92,6 +92,7 @@ cp $SRC/python-library-fuzzers/fuzzer-decode.dict $OUT/
|
|||
|
||||
cp $SRC/python-library-fuzzers/fuzzer-ast $OUT/
|
||||
cp $SRC/python-library-fuzzers/ast.py $OUT/
|
||||
cp $SRC/python-library-fuzzers/fuzzer-ast.dict $OUT/
|
||||
# Use CPython source code as seed corpus
|
||||
mkdir corp-ast/
|
||||
find $SRC/cpython -type f -name '*.py' -size -4097c -exec cp {} corp-ast/ \;
|
||||
|
|
Loading…
Reference in New Issue