diff options
author | Brad Larsen <brad@bradfordlarsen.com> | 2023-12-10 17:16:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 17:16:15 (GMT) |
commit | eb27c9a99edb6bf3be1c93579d885edd0f403901 (patch) | |
tree | de3a93c37b4c36f9dd95ca32d037bab9187073e0 /Tools | |
parent | 1f9cd3c1e5410e45ade4362713229fa445ea6962 (diff) | |
download | cpython-eb27c9a99edb6bf3be1c93579d885edd0f403901.zip cpython-eb27c9a99edb6bf3be1c93579d885edd0f403901.tar.gz cpython-eb27c9a99edb6bf3be1c93579d885edd0f403901.tar.bz2 |
Add a fuzzer for `Py_CompileStringExFlags` (#111721)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/c-analyzer/cpython/ignored.tsv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv index d59e0dd..ff6e1ef 100644 --- a/Tools/c-analyzer/cpython/ignored.tsv +++ b/Tools/c-analyzer/cpython/ignored.tsv @@ -599,6 +599,9 @@ Modules/_xxtestfuzz/fuzzer.c - re_error_exception - Modules/_xxtestfuzz/fuzzer.c - struct_error - Modules/_xxtestfuzz/fuzzer.c - struct_unpack_method - Modules/_xxtestfuzz/fuzzer.c - xmlparser_type - +Modules/_xxtestfuzz/fuzzer.c - pycompile_scratch - +Modules/_xxtestfuzz/fuzzer.c - start_vals - +Modules/_xxtestfuzz/fuzzer.c - optimize_vals - Modules/_xxtestfuzz/fuzzer.c LLVMFuzzerTestOneInput CSV_READER_INITIALIZED - Modules/_xxtestfuzz/fuzzer.c LLVMFuzzerTestOneInput JSON_LOADS_INITIALIZED - Modules/_xxtestfuzz/fuzzer.c LLVMFuzzerTestOneInput SRE_COMPILE_INITIALIZED - |