Constant MAX_COVERAGE_DATA
pub const MAX_COVERAGE_DATA: u64 = 4096; // 4_096u64
Expand description
Maximum length of a vector of CoverageData structs.
This value matches the maximum number of LLVM modules libFuzzer can track.
pub const MAX_COVERAGE_DATA: u64 = 4096; // 4_096u64
Maximum length of a vector of CoverageData structs.
This value matches the maximum number of LLVM modules libFuzzer can track.