]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679)
authorAmmar Askar <ammar@ammaraskar.com>
Fri, 28 Feb 2020 07:05:02 +0000 (02:05 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 07:05:02 +0000 (23:05 -0800)
commite263bb1e97ae8f84fb4f2ab5b0c4f529a2e5696d
tree899f4002d08e49cf3ab65fcde4634da1a0e6c792
parent384f3c536dd15ba33ea7e8afb4087ae359d4c12e
Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679)
Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/hello_string [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/long_zero [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_struct_unpack_corpus/varied_format_string [new file with mode: 0644]
Modules/_xxtestfuzz/fuzz_tests.txt
Modules/_xxtestfuzz/fuzzer.c