- Oct 10, 2022
-
-
-
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
-
- 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.
-
- 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.
-
- Sep 22, 2022
-
-
Patrick Baudin authored
-
- Sep 21, 2022
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
-
- Sep 13, 2022
-
-
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
-
- Sep 02, 2022
-
-
David Bühler authored
-
David Bühler authored
Uses a reference to a function provided by Eva to compute the dependency of a term.
-
-
-
-
- Jul 25, 2022
-
-
Allan Blanchard authored
-
- Jul 21, 2022
-
-
David Bühler authored
-
- Jul 19, 2022
-
-
David Bühler authored
-
David Bühler authored
During the Eva analysis, the Inout and From plugins uses callbacks that gives access to the computed cvalue states, and they need to evaluate some expressions in these states.
-
David Bühler authored
[as_precise_loc] converts error cases in bottom or top precise_locs accordingly.
-
David Bühler authored
[as_location] converts error cases in bottom or top location accordingly. Adds the value [loc_top] to Locations.
-
David Bühler authored
Needed by the From plugin.
-
David Bühler authored
The register.ml file should be removed with Db.Value in the near future.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Exports these functions in Eva.mli.
-
David Bühler authored
Used by the from plugin when option -from-verify-assigns is enabled.
-
David Bühler authored
This file will contain all functions used by the inout and from plugins to interpret ACSL predicates and assigns clauses. It is now in the legacy/ directory.
-
David Bühler authored
-
- Jul 18, 2022
-
-
David Bühler authored
-