diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 19:42:47 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 19:42:47 +0100 |
commit | 13eedcd5e8128419ae1b3e04d56a775eeea6f471 (patch) | |
tree | 3081d811d4b57cef13ff099378d8baf8d99704dc /docs/fuzzing_in_depth.md | |
parent | 0594bcb0cbefcb5e99f101800d4bd0b89f6689f1 (diff) | |
download | afl++-13eedcd5e8128419ae1b3e04d56a775eeea6f471.tar.gz |
Fix punctuation in connection with "etc."
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 011ba783..d408aa91 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -722,7 +722,7 @@ just for AFL++). Here are some of the most important caveats for AFL++: - AFL++ detects faults by checking for the first spawned process dying due to a - signal (SIGSEGV, SIGABRT, etc). Programs that install custom handlers for + signal (SIGSEGV, SIGABRT, etc.). Programs that install custom handlers for these signals may need to have the relevant code commented out. In the same vein, faults in child processes spawned by the fuzzed target may evade detection unless you manually add some code to catch that. |