diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:38:00 +0100 |
commit | bcd81c377d22cf26812127881a8ac15ed9c022ad (patch) | |
tree | e39d9211b49416cf987ea8fbe80597deb9226ccb /docs/afl-fuzz_approach.md | |
parent | 13eedcd5e8128419ae1b3e04d56a775eeea6f471 (diff) | |
download | afl++-bcd81c377d22cf26812127881a8ac15ed9c022ad.tar.gz |
Fix line length and formatting
Diffstat (limited to 'docs/afl-fuzz_approach.md')
-rw-r--r-- | docs/afl-fuzz_approach.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index fefde029..3804f5a0 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -445,8 +445,8 @@ involve any state transitions not seen in previously-recorded faults. If a single bug can be reached in multiple ways, there will be some count inflation early in the process, but this should quickly taper off. -The file names for crashes and hangs are correlated with the parent, non-faulting -queue entries. This should help with debugging. +The file names for crashes and hangs are correlated with the parent, +non-faulting queue entries. This should help with debugging. ## Visualizing |