Unverified Commit 3a76dfaf by Enkelmann Committed by GitHub

more exact address reporting for CWE 676 (#113)

parent 64238b18
......@@ -13,7 +13,7 @@ let get_call_to_target _cg callee target =
| Goto _ | Ret _ | Int (_,_) -> None
| Call dst -> match Call.target dst with
| Direct tid when tid = (Term.tid target) ->
Some (Term.name callee, Term.tid blk, Term.name target)
Some (Term.name callee, Term.tid j, Term.name target)
| _ -> None))
let get_calls_to_symbols cg subfunctions symbols =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment