Add a reference to libFuzzer workshop in README.md. (#281)

This commit is contained in:
Max Moroz 2017-01-16 21:15:30 +01:00 committed by Abhishek Arya
parent 086116d40e
commit b6b0315ae2
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ gives a list of publically viewable fixed bugs found by OSS-Fuzz.
## References
* [libFuzzer documentation](http://libfuzzer.info)
* [libFuzzer tutorial](http://tutorial.libfuzzer.info)
* [libFuzzer workshop](https://github.com/Dor1s/libfuzzer-workshop)
* [Chromium Fuzzing Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)
* [ClusterFuzz](https://blog.chromium.org/2012/04/fuzzing-for-security.html)