- May 20, 2021
-
-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-
- Feb 16, 2021
-
-
Virgile Prevosto authored
-
- Mar 06, 2020
-
-
- Feb 05, 2019
-
-
Loïc Correnson authored
-
- Jan 21, 2019
-
-
Loïc Correnson authored
(blind make headers from specifications)
-
- Jan 14, 2019
-
-
Loïc Correnson authored
-
- Dec 12, 2018
-
-
Andre Maroneze authored
-
- Dec 04, 2018
-
-
Andre Maroneze authored
-
- Dec 03, 2018
-
-
Valentin Perrelle authored
- Fix Value/Value#5 - Fix Value/Value#14
-
- Nov 28, 2018
-
-
David Bühler authored
-
Andre Maroneze authored
Some case studies (e.g. dyad) use some ugly casts from fd_set_t which lead to the analysis stopping too early. Changing the representation of fd_set_t should also help it better conform to the standard (since a fd_set_t should be able to hold FD_SETSIZE elements).
-