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:
Roy Jones 2025-12-07 20:27:50 +01:00 committed by GitHub
parent e63e37be5e
commit 987ccb4738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
# Copyright 2022 Google LLC
#