[docs] Add Structure-Aware Fuzzing with libFuzzer link. (#2158)

This commit is contained in:
Max Moroz 2019-02-12 10:05:41 -08:00 committed by Kostya Serebryany
parent 685ded7e0a
commit 43e2447ab3
1 changed files with 1 additions and 1 deletions

View File

@ -129,6 +129,6 @@ gives a list of publicly-viewable fixed bugs found by OSS-Fuzz.
* [libFuzzer documentation](http://libfuzzer.info)
* [libFuzzer tutorial](http://tutorial.libfuzzer.info)
* [libFuzzer workshop](https://github.com/Dor1s/libfuzzer-workshop)
* [Structure-Aware Fuzzing with libFuzzer](https://github.com/google/fuzzer-test-suite/blob/master/tutorial/structure-aware-fuzzing.md)
* [Chromium Fuzzing Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)
* [ClusterFuzz](https://github.com/google/clusterfuzz)