mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
docs: document purpose of oss-fuzz.sh
Documents the purpose of oss-fuzz.sh, clarifying that it is wired into Google OSS-Fuzz rather than being a general development script.
This commit is contained in:
parent
e63e37be5e
commit
987ccb4738
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
# This script is used by the OSS-Fuzz integration to build and run fuzzing
|
||||||
|
# targets for go-ethereum. It is not intended for everyday development use.
|
||||||
|
# If you need to update it, please keep the Google OSS-Fuzz project in mind
|
||||||
|
# and coordinate changes with the fuzzing maintainers.
|
||||||
|
|
||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
# Copyright 2022 Google LLC
|
# Copyright 2022 Google LLC
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue