]> granicus.if.org Git - python/commit
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
authorAmmar Askar <ammar@ammaraskar.com>
Sun, 30 Jun 2019 05:54:43 +0000 (01:54 -0400)
committerGregory P. Smith <greg@krypto.org>
Sun, 30 Jun 2019 05:54:42 +0000 (22:54 -0700)
commit5cbbbd73a6acb6f96f5d6646aa7498d3dfb1706d
treed8d1f58554630a3a4b5609ce50b7b17ee8d76b7f
parenteb97b9211e7c99841d6cae8c63893b3525d5a401
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)

Add more fuzz testing for re.compile, re.load and csv.reader
Lib/test/test_xxtestfuzz.py
Modules/_xxtestfuzz/dictionaries/fuzz_sre_compile.dict [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_csv_reader_corpus/test.csv [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_sre_compile_corpus/anchor_links [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_sre_compile_corpus/characters [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_sre_compile_corpus/isbn [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_sre_compile_corpus/phone_number [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_tests.txt
Modules/_xxtestfuzz/fuzzer.c