[python3-libraries] Add dictionary for AST fuzzer (#7877)

This commit is contained in:
Guido Vranken 2022-06-16 14:04:28 +02:00 committed by GitHub
parent 4b60b6fd06
commit f3a752435d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/ \;