MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / CrashEntry

Class CrashEntry

hail-fuzz/src/monitor.rs:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235#[derive(serde::Serialize)]
236struct CrashEntry {
237 id: usize,
238 time: std::time::Duration,
239 parent: Option<InputId>,
240 count: usize,
241 exit: String,
242 callstack: Vec<u64>,
243}
244
245pub struct CrashLogger {
246 crashes: HashMap<String, CrashEntry>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected