diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 22:28:05 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 22:28:05 +0100 |
commit | 3506077fd6f250f3c080b58ea3bae117c3b122da (patch) | |
tree | aa2aa745f9eb3932d23b7a4ee6ec6715f55b6a75 /docs/fuzzing_in_depth.md | |
parent | 415be06c54a61ae87fd8a99da2ee12d1ea5d1638 (diff) | |
download | afl++-3506077fd6f250f3c080b58ea3bae117c3b122da.tar.gz |
Add missing blank lines and remove double blank lines
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 2e030e7b..4a1ddf45 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -808,7 +808,6 @@ then color-codes the input based on which sections appear to be critical, and which are not; while not bulletproof, it can often offer quick insights into complex file formats. - ## 5. CI fuzzing Some notes on CI fuzzing - this fuzzing is different to normal fuzzing campaigns |