Skip to main content

uaf_check

Function uaf_check 

Source
pub fn uaf_check(
    graph: &AliasGraph<'_>,
    drop_record: &mut Vec<DropRecord>,
    bug_records: &mut BugRecords,
    value_idx: usize,
    bb_idx: usize,
    span: Span,
    is_fncall: bool,
)