File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
projects/python3-libraries Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -97,3 +97,22 @@ cp $SRC/python-library-fuzzers/fuzzer-ast.dict $OUT/
9797mkdir corp-ast/
9898find $SRC /cpython -type f -name ' *.py' -size -4097c -exec cp {} corp-ast/ \;
9999zip -j $OUT /fuzzer-ast_seed_corpus.zip corp-ast/*
100+
101+ cp $SRC /python-library-fuzzers/fuzzer-re $OUT /
102+ cp $SRC /python-library-fuzzers/re.py $OUT /
103+
104+ cp $SRC /python-library-fuzzers/fuzzer-zipfile $OUT /
105+ cp $SRC /python-library-fuzzers/zipfile.py $OUT /
106+
107+ cp $SRC /python-library-fuzzers/fuzzer-tarfile $OUT /
108+ cp $SRC /python-library-fuzzers/tarfile.py $OUT /
109+
110+ cp $SRC /python-library-fuzzers/fuzzer-configparser $OUT /
111+ cp $SRC /python-library-fuzzers/configparser.py $OUT /
112+
113+ cp $SRC /python-library-fuzzers/fuzzer-tomllib $OUT /
114+ cp $SRC /python-library-fuzzers/tomllib.py $OUT /
115+
116+ cp $SRC /python-library-fuzzers/fuzzer-plistlib $OUT /
117+ cp $SRC /python-library-fuzzers/plist.py $OUT /
118+
You can’t perform that action at this time.
0 commit comments