Skip to content
Snippets Groups Projects
Commit 8f62878c authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Eva] fix typo

parent cba30d40
No related branches found
No related tags found
No related merge requests found
...@@ -207,7 +207,7 @@ module TransferTaint = struct ...@@ -207,7 +207,7 @@ module TransferTaint = struct
let lv_zone, lv_indirect_zone, singleton = compute_zones lval to_loc in let lv_zone, lv_indirect_zone, singleton = compute_zones lval to_loc in
let exp_zone = Value_util.zone_of_expr to_loc exp in let exp_zone = Value_util.zone_of_expr to_loc exp in
(* [lv] becomes data-tainted if a memory location on which the value of (* [lv] becomes data-tainted if a memory location on which the value of
[exp] is data-tainted. *) [exp] depends on is data-tainted. *)
let data_tainted = Zone.intersects state.locs_data exp_zone in let data_tainted = Zone.intersects state.locs_data exp_zone in
(* [lv] becomes control-tainted if: (* [lv] becomes control-tainted if:
- the current call depends on a tainted assume statements of a caller; - the current call depends on a tainted assume statements of a caller;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment