bitcoin/contrib/devtools/deterministic-fuzz-coverage
MarcoFalke faf2e238fb
fuzz: Shuffle files before testing them
When iterating over all fuzz input files in a folder, the order should
not matter.

However, shuffling may be useful to detect non-determinism.

Thus, shuffle in fuzz.cpp, when using neither libFuzzer, nor AFL.

Also, shuffle in the deterministic-fuzz-coverage tool, when using
libFuzzer.
2025-04-09 20:04:38 +02:00
..
src fuzz: Shuffle files before testing them 2025-04-09 20:04:38 +02:00
Cargo.lock contrib: deterministic-fuzz-coverage fixups 2025-02-24 11:41:41 +01:00
Cargo.toml contrib: Add deterministic-fuzz-coverage 2025-02-14 10:37:33 +01:00