- May 25, 2021
-
-
Andre Maroneze authored
Feature/andre/libc utmp for who See merge request frama-c/frama-c!3188
-
Allan Blanchard authored
use Array.for_all in structural_descr.ml See merge request frama-c/frama-c!3183
-
-
- May 21, 2021
-
-
David Bühler authored
The apron config disables the warning about experimental domains.
-
Andre Maroneze authored
-
Andre Maroneze authored
Mass-lint all remaining OCaml files See merge request frama-c/frama-c!3192
-
Andre Maroneze authored
-
- May 20, 2021
-
-
David Bühler authored
New Eva domain for taint analysis See merge request frama-c/frama-c!3130
-
David Bühler authored
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-
-
-
[Eva] Rework assign support so that control and data dependency taint analysis are performed as not alternatives to each other.
-
-
-
-
-
[Eva] Revise assign so that if the left-value appears in statement annotation, then it will always be considered tainted. Without this commit, an assignment 'x = 3' with annotation '//@ taint x;' would had not resulted in 'x' as tainted because '3' is a literal, hence not tainted.
-
-
-
-
-
-
[Eva] Rework finalize_call so that resulting control statement is defined as the one in the pre abstract state.
-
[Eva] In assume, update state's control statement also when the current one is to be tainted and outside the scope of the former.
-
-
-
-
-
-