```
This change provides a level playing field for all fuzzers which allows
for fair benchmarking using projects such as the excellent FuzzBench
project.
Prior to this commit we limited afl-fuzz to ≤1 MB inputs but allowed
unlimited length inputs for all other fuzzers.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/19052 | PR19052]].