| OLD | NEW |
| 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 **Check [Reference] for experimental platform availability. |
| 18 *** | 19 *** |
| 19 | 20 |
| 20 ## Integration Status | 21 ## Integration Status |
| 21 | 22 |
| 22 Fuzzer tests are well-integrated with Chrome build system & distributed | 23 Fuzzer tests are well-integrated with Chrome build system & distributed |
| 23 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572]. | 24 ClusterFuzz fuzzing system. Cover bug: [crbug.com/539572]. |
| 24 | 25 |
| 25 ## Documentation | 26 ## Documentation |
| 26 | 27 |
| 27 * [Getting Started Guide] walks you through all the steps necessary to create | 28 * [Getting Started Guide] walks you through all the steps necessary to create |
| (...skipping 18 matching lines...) Expand all Loading... |
| 46 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 | 47 [Cover Bug]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 |
| 47 [Getting Started Guide]: getting_started.md | 48 [Getting Started Guide]: getting_started.md |
| 48 [Efficient Fuzzer Guide]: efficient_fuzzer.md | 49 [Efficient Fuzzer Guide]: efficient_fuzzer.md |
| 49 [ClusterFuzz Integration]: clusterfuzz.md | 50 [ClusterFuzz Integration]: clusterfuzz.md |
| 50 [Reproducing]: reproducing.md | 51 [Reproducing]: reproducing.md |
| 51 [Reference]: reference.md | 52 [Reference]: reference.md |
| 52 [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 | 53 [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 |
| 53 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer&
colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles | 54 [Pdfium Bugs]: https://bugs.chromium.org/p/pdfium/issues/list?can=1&q=libfuzzer&
colspec=ID+Type+Status+Priority+Milestone+Owner+Summary&cells=tiles |
| 54 [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 | 55 [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 |
| 55 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies | 56 [OSS Trophies]: http://llvm.org/docs/LibFuzzer.html#trophies |
| OLD | NEW |