Update ideal_integration.md

This commit is contained in:
Kostya Serebryany 2016-11-15 22:10:56 -08:00 committed by GitHub
parent a804d02c5a
commit f0d4c40e5f
1 changed files with 3 additions and 1 deletions

View File

@ -23,10 +23,12 @@ Examples:
## Stage 2: Seed Corpus
* The seed corpus should be available in revision control (same or different as the source code).
The seed corpus should be available in revision control (same or different as the source code).
The seed corpus should be maintained by the project owners and extended every time a bug found by the fuzz target is fixed.
Inputs that trigger important parts of the code are also welcome.
The quality of the seed corpus has huge impact on the efficiency of fuzzing .
Examples:
[boringssl](https://github.com/google/boringssl/tree/master/fuzz),
[openssl](https://github.com/openssl/openssl/tree/master/fuzz),