]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
authorBrad Larsen <brad@bradfordlarsen.com>
Sun, 10 Dec 2023 17:16:15 +0000 (12:16 -0500)
committerGitHub <noreply@github.com>
Sun, 10 Dec 2023 17:16:15 +0000 (12:16 -0500)
commiteb27c9a99edb6bf3be1c93579d885edd0f403901
treede3a93c37b4c36f9dd95ca32d037bab9187073e0
parent1f9cd3c1e5410e45ade4362713229fa445ea6962
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input1.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input2.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input3.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input4.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input5.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_pycompile_corpus/input6.py [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_tests.txt
Modules/_xxtestfuzz/fuzzer.c
Tools/c-analyzer/cpython/ignored.tsv