From 6ac830055b8e832c8d07562ba51c1079c3cf254b Mon Sep 17 00:00:00 2001 From: inferno-chromium Date: Sun, 4 Dec 2016 18:59:29 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 263e0aa57..d7c589f9c 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -186,7 +186,7 @@ to the [fuzz target](glossary.md#fuzz-target)'s binary in `$OUT` during the buil archive will be used as starting inputs for mutations. You can store the corpus next to source files, generate during build or fetch it using curl or any other tool of your choice. -(example: [boringssl](https://github.com/google/oss-fuzz/blob/master/projects/boringssl/build.sh#L42)). +(example: [boringssl](https://github.com/google/oss-fuzz/blob/master/projects/boringssl/build.sh#L41)). Seed corpus files will be used for cross-mutations and portions of them might appear in bug reports or be used for further security research. It is important that corpus