[PATCH] D121760: [libfuzzer] improve introductory sentence
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 17:19:44 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGeaafa7001723: [libfuzzer] improve introductory sentence (authored by tniessen, committed by vitalybuka).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121760/new/
https://reviews.llvm.org/D121760
Files:
llvm/docs/LibFuzzer.rst
Index: llvm/docs/LibFuzzer.rst
===================================================================
--- llvm/docs/LibFuzzer.rst
+++ llvm/docs/LibFuzzer.rst
@@ -8,7 +8,7 @@
Introduction
============
-LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine.
+LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine.
LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the
library via a specific fuzzing entrypoint (aka "target function"); the fuzzer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121760.415647.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/f607e516/attachment.bin>
More information about the llvm-commits
mailing list