mirror of https://github.com/google/oss-fuzz.git
docs: remove statement on naming seed with sha1 values as it is no longer valid (#6754)
This commit is contained in:
parent
176e32b9c0
commit
8d6d825b9f
|
@ -416,7 +416,7 @@ target]({{ site.baseurl }}/reference/glossary/#fuzz-target)'s coverage.
|
||||||
|
|
||||||
To provide a corpus for `my_fuzzer`, put `my_fuzzer_seed_corpus.zip` file next
|
To provide a corpus for `my_fuzzer`, put `my_fuzzer_seed_corpus.zip` file next
|
||||||
to the [fuzz target]({{ site.baseurl }}/reference/glossary/#fuzz-target)'s binary in `$OUT` during the build. Individual files in this
|
to the [fuzz target]({{ site.baseurl }}/reference/glossary/#fuzz-target)'s binary in `$OUT` during the build. Individual files in this
|
||||||
archive will be used as starting inputs for mutations. The name of each file in the corpus is the sha1 checksum (which you can get using the `sha1sum` or `shasum` command) of its contents. You can store the corpus
|
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
|
next to source files, generate during build or fetch it using curl or any other
|
||||||
tool of your choice.
|
tool of your choice.
|
||||||
(example: [boringssl](https://github.com/google/oss-fuzz/blob/master/projects/boringssl/build.sh#L41)).
|
(example: [boringssl](https://github.com/google/oss-fuzz/blob/master/projects/boringssl/build.sh#L41)).
|
||||||
|
|
Loading…
Reference in New Issue