summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorBrad Larsen <brad@bradfordlarsen.com>2023-12-10 17:16:15 (GMT)
committerGitHub <noreply@github.com>2023-12-10 17:16:15 (GMT)
commiteb27c9a99edb6bf3be1c93579d885edd0f403901 (patch)
treede3a93c37b4c36f9dd95ca32d037bab9187073e0 /Tools
parent1f9cd3c1e5410e45ade4362713229fa445ea6962 (diff)
downloadcpython-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.tsv3
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 -