Skip to content
Snippets Groups Projects
Commit 3f2e77ec authored by David Bühler's avatar David Bühler
Browse files

[Eva] Taint domain: reworks data and control taints.

A memory location only becomes data-tainted when it is assigned to a
data-tainted value.
A memory location becomes control-tainted on an assignement:
- whose execution depends on a tainted condition;
- to a control-tainted value.
- such that the assigned location depends on tainted values.
parent 9e7becf1
No related branches found
No related tags found
Loading
Loading
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