LoadExternalBlockFile() may add headers to the block index even when full block validation fails. Reusing the static chainman therefore lets one fuzz input affect later inputs and makes all-corpus coverage order-dependent.
Recreate the chainman after each processed input, disable unused network setup so PeerManager cannot retain a reference to it, and reseed the deterministic test RNG consumed by chainman initialization.
Tested with run_deterministic_fuzz_coverage.sh load_external_block_file 20: all 930 corpus inputs passed both the individual-repeat and randomized all-corpus checks.