File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Components that are hosted in this repository:
2525 the fuzzer can use when mutating input sequences.
2626* Coverage header file (` python_coverage.h ` ): This file is compiled with CPython
2727 so that line coverage is tracked over time as the fuzzer executes.
28- * Fuzz test list (` fuzz_tests .txt` ): This file lists all fuzz targets and is
28+ * Fuzz test list (` fuzz_targets .txt` ): This file lists all fuzz targets and is
2929 read by the OSS-Fuzz build script.
3030
3131Components that are hosted elsewhere:
@@ -36,7 +36,7 @@ Components that are hosted elsewhere:
3636 ` Dockerfile ` and ` build.sh ` describe how the fuzzer
3737 image is built and what fuzz targets are executed by OSS-Fuzz.
3838
39- When you create a new fuzz target, add the target to ` fuzz_tests .txt` so that it
39+ When you create a new fuzz target, add the target to ` fuzz_targets .txt` so that it
4040is executed by OSS-Fuzz.
4141
4242## Adding fuzzing to CPython CI
File renamed without changes.
You can’t perform that action at this time.
0 commit comments