Skip to content

Commit 28a1259

Browse files
Merge branch 'main' into FUZZ-490_enforce_printable_string
2 parents c3addb6 + f989212 commit 28a1259

File tree

4 files changed

+613
-611
lines changed

4 files changed

+613
-611
lines changed

docs/fuzz-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ flag, so that only the most important parameters are discussed here.
170170
| `-- <fuzzingEngineFlags>` | Parameters after `--` are forwarded to the internal fuzzing engine (`libFuzzer`). Available settings can be found in its [options documentation](https://www.llvm.org/docs/LibFuzzer.html#options). |
171171
| `-i`, `--instrumentation_includes` / `-e`, `--instrumentation_excludes` | Part of filepath names to include/exclude in the instrumentation. A tailing `/` should be used to include directories and prevent confusion with filenames. `*` can be used to include all files. Can be specified multiple times. Default will include everything outside the `node_modules` directory. |
172172
| `--sync` | Enables synchronous fuzzing. **May only be used for entirely synchronous code**. |
173-
| `-h`, `--custom_hooks` | Filenames with custom hooks. Several hooks per file are possible. See further details in [docs/fuzz-settings.md](docs/fuzz-settings.md). |
173+
| `-h`, `--custom_hooks` | Filenames with custom hooks. Several hooks per file are possible. See further details in [docs/fuzz-settings.md](fuzz-settings.md). |
174174
| `--help` | Detailed help message containing all flags. |

0 commit comments

Comments
 (0)