Fossil SCM
Added another libfuzzer info link to build.wiki.
Commit
1a397ee35f8f09da90646cb7d95c20153d44dadeb978cb1fbf80ef73eabb9aac
Parent
697cf6fb354d0ce…
1 file changed
+2
-1
+2
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -448,11 +448,12 @@ | ||
| 448 | 448 | |
| 449 | 449 | But whether or not it will genuinely crash may depend on static |
| 450 | 450 | app-level state which might not trigger the crash when running an |
| 451 | 451 | individual test. |
| 452 | 452 | |
| 453 | -For a detailed tutorial of the fuzzer's flags and features, see: | |
| 453 | +For a detailed information about the fuzzer's flags and features, see: | |
| 454 | 454 | |
| 455 | + * [https://llvm.org/docs/LibFuzzer.html] | |
| 455 | 456 | * [https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md] |
| 456 | 457 | |
| 457 | 458 | Flags for the fuzzer can be passed directly to fossil, e.g. <tt>-jobs=4</tt> |
| 458 | 459 | to start four fuzzer jobs in parallel. |
| 459 | 460 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -448,11 +448,12 @@ | |
| 448 | |
| 449 | But whether or not it will genuinely crash may depend on static |
| 450 | app-level state which might not trigger the crash when running an |
| 451 | individual test. |
| 452 | |
| 453 | For a detailed tutorial of the fuzzer's flags and features, see: |
| 454 | |
| 455 | * [https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md] |
| 456 | |
| 457 | Flags for the fuzzer can be passed directly to fossil, e.g. <tt>-jobs=4</tt> |
| 458 | to start four fuzzer jobs in parallel. |
| 459 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -448,11 +448,12 @@ | |
| 448 | |
| 449 | But whether or not it will genuinely crash may depend on static |
| 450 | app-level state which might not trigger the crash when running an |
| 451 | individual test. |
| 452 | |
| 453 | For a detailed information about the fuzzer's flags and features, see: |
| 454 | |
| 455 | * [https://llvm.org/docs/LibFuzzer.html] |
| 456 | * [https://github.com/google/fuzzing/blob/master/tutorial/libFuzzerTutorial.md] |
| 457 | |
| 458 | Flags for the fuzzer can be passed directly to fossil, e.g. <tt>-jobs=4</tt> |
| 459 | to start four fuzzer jobs in parallel. |
| 460 |