Update README.md

This commit is contained in:
Kostya Serebryany 2016-10-17 16:40:10 -07:00 committed by GitHub
parent 7c11d15cdc
commit e751c6c3ae
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test
## References
* [libFuzzer](http://llvm.org/docs/LibFuzzer.html)
* [libFuzzer documentation](http://libfuzzer.info)
* [libFuzzer tutorial](http://tutorial.libfuzzer.info)
* [Chromium In-Process Fuzzing Project Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)