PR
dashpay/dash#7173 — ci: add fuzz regression testing and continuous fuzzing infrastructure
Issue
The ## Validation section exists but lacks concrete run evidence required for fuzz PRs.
What's there:
- Claims that "fuzz binaries and target registration validated across added targets"
- Dry-run commands shown for
continuous_fuzz_daemon.sh
- Seed corpus generation command shown
What's missing (required for fuzz PRs):
- Actual run durations (e.g., "ran for X minutes per target")
- Execution counts or throughput (e.g., "X execs/sec, Y total executions")
- Pass/fail status per target (specific targets named with outcomes)
- Corpus stats (initial corpus size, any new coverage found)
- Whether any crashes/timeouts were found during validation runs
Required Action
Add concrete evidence to the Validation section: specific targets, run durations, exec counts, and outcomes.