pub fn handle_sub(
    sub: &Term<Sub>,
    symbol: &HashMap<&Tid, &str>
) -> Vec<CweWarning>
Expand description

check whether the ioctl symbol is called by any subroutine. If so, generate the cwe warning.