Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: testing/libfuzzer/README.md

Issue 1855373008: [libfuzzer] update Efficient Fuzzer Guide and small fixes to documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments: more sections and small reordering of them. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/clusterfuzz.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # libFuzzer in Chrome 1 # libFuzzer in Chrome
2 2
3 [go/libfuzzer-chrome](https://goto.google.com/libfuzzer-chrome) 3 [go/libfuzzer-chrome](https://goto.google.com/libfuzzer-chrome)
4 4
5 *** aside 5 *** aside
6 [Getting Started](getting_started.md) 6 [Getting Started](getting_started.md)
7 | [Buildbot](https://goto.google.com/libfuzzer-clusterfuzz-buildbot) 7 | [Buildbot](https://goto.google.com/libfuzzer-clusterfuzz-buildbot)
8 | [ClusterFuzz Status](https://goto.google.com/libfuzzer-clusterfuzz-status) 8 | [ClusterFuzz Status](https://goto.google.com/libfuzzer-clusterfuzz-status)
9 | [Cover Bug] 9 | [Cover Bug]
10 *** 10 ***
11 11
12 This directory contains integration between [libFuzzer] and Chrome. 12 This directory contains integration between [libFuzzer] and Chrome.
13 libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps 13 libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps
14 engineers to uncover potential security & stability problems earlier. 14 engineers to uncover potential security & stability problems earlier.
15 15
16 *** note 16 *** note
17 **Requirements:** libFuzzer in chrome is supported with GN on Linux only. 17 **Requirements:** libFuzzer in Chrome is supported with GN on Linux only.
18 *** 18 ***
19 19
20 ## Integration Status 20 ## Integration Status
21 21
22 Fuzzer tests are well-integrated with Chrome build system & distributed 22 Fuzzer tests are well-integrated with Chrome build system & distributed
23 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572]. 23 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572].
24 24
25 ## Documentation 25 ## Documentation
26 26
27 * [Getting Started Guide] walks you through all the steps necessary to create 27 * [Getting Started Guide] walks you through all the steps necessary to create
(...skipping 15 matching lines...) Expand all
43 [crbug.com/539572]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 43 [crbug.com/539572]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572
44 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 44 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572
45 [Getting Started Guide]: getting_started.md 45 [Getting Started Guide]: getting_started.md
46 [Efficient Fuzzer Guide]: efficient_fuzzer.md 46 [Efficient Fuzzer Guide]: efficient_fuzzer.md
47 [ClusterFuzz Integration]: clusterfuzz.md 47 [ClusterFuzz Integration]: clusterfuzz.md
48 [Reference]: reference.md 48 [Reference]: reference.md
49 [ClusterFuzz Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=lab el:Stability-LibFuzzer%20label:ClusterFuzz&sort=-modified&colspec=ID%20Pri%20M%2 0Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified 49 [ClusterFuzz Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=lab el:Stability-LibFuzzer%20label:ClusterFuzz&sort=-modified&colspec=ID%20Pri%20M%2 0Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
50 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer& colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles 50 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer& colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles
51 [Manual Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=label%3A Stability-LibFuzzer+-label%3AClusterFuzz&sort=-modified&colspec=ID+Pri+M+Stars+R eleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells= ids 51 [Manual Bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=label%3A Stability-LibFuzzer+-label%3AClusterFuzz&sort=-modified&colspec=ID+Pri+M+Stars+R eleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells= ids
52 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies 52 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies
OLDNEW
« no previous file with comments | « no previous file | testing/libfuzzer/clusterfuzz.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698