Skip to content
Snippets Groups Projects
Commit 44bb6ab0 authored by Michele Alberti's avatar Michele Alberti Committed by David Bühler
Browse files

[Eva] Do not add lv_zone once again if tainted because of annotation.

parent 3bb6dcb0
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ module TransferTaint = struct ...@@ -234,7 +234,7 @@ module TransferTaint = struct
let is_taint_annotated = Zone.is_included lv_zone annot_zone in let is_taint_annotated = Zone.is_included lv_zone annot_zone in
if is_taint_annotated if is_taint_annotated
then then
{ state with locs_data = Zone.join state.locs_data lv_zone } state
else else
(* Compute data-dependency with [state]: whenever [exp] (or its (* Compute data-dependency with [state]: whenever [exp] (or its
sub-expressions) is tainted, or [lv] is indexed by a tainted memory sub-expressions) is tainted, or [lv] is indexed by a tainted memory
......
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