Skip to main content

inspect_sanitizer_finding

Function inspect_sanitizer_finding 

Source
pub fn inspect_sanitizer_finding(
    program: &Program,
    cfg: ExecConfig,
    arena: &mut GlobalArena,
    kernarg: &[u8],
    finding: &Finding,
) -> Result<(DebugRunReport, TraceLog, ReplayBundle)>
Expand description

Replay a sanitizer finding: run FailFast and capture a debug stop at the finding step.