- Oct 10, 2022
-
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Intented to replace calls to Db.Properties.Interp.loc_to_loc*, used by the inout and from plugins.
-
David Bühler authored
-
- Oct 05, 2022
-
-
Valentin Perrelle authored
-
- Oct 04, 2022
-
-
- Oct 03, 2022
-
-
Allan Blanchard authored
-
- Sep 30, 2022
-
-
It's just code styling details.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
In the taint domain: - exports generic function [is_tainted] evaluating the taint of a memory zone in a given state. Removes function [is_tainted_property]. - returns Direct/Indirect/Untainted instead of Data/Control/None. Implements [is_tainted_property] in the general request, using [Results.is_tainted].
-
David Bühler authored
[descr] is used in the dropdown list of information kinds. [title] is used as tooltip on the information.
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Sep 29, 2022
-
-
With the automatic generation of `terminates` clauses, there is no empty function contract. Instead, we detect function specification without any assigns clause, which is unsound for the Eva analysis.
-
Patrick Baudin authored
-
Patrick Baudin authored
-
-
-
- Sep 28, 2022
-
-
Patrick Baudin authored
-
- Sep 26, 2022
-
-
Andre Maroneze authored
-
- Sep 22, 2022
-
-
Patrick Baudin authored
-
- Sep 21, 2022
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
-
- Sep 19, 2022
-
-
Patrick Baudin authored
-
- Sep 16, 2022
-
-
Patrick Baudin authored
-
- Sep 13, 2022
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Sep 12, 2022
-
-
Allan Blanchard authored
-
Maxime Jacquemin authored
The function relied on "List.map" which is not tail-rec. With enough plevel, it provoked a stack overflow. I've simply fixed it by performing the mapped computation inside the fold directly.
-
- Sep 09, 2022
-
-
Andre Maroneze authored
-