-
I try to test a compiler using csmith. As pointed out in swarm testing [1], random probability configurations benifits to generate diverse programs. However, the test speed is very slow when I use sw…
-
We could implement an abstract domain containing a union of at most **N** disjunctive abstract values. This should be implemented as an option to the analyzer, so that the user can specify **N**.
T…
-
Constants such as `\plus_infinity`, `\minus_infinity` and `\NaN` would be useful to have in ACSL.
Currently, specifications dealing with non-finite floating-point values must resort to using expres…
-
**Is your feature request related to a problem? Please describe.**
Memory safety comes up quite frequently these days in regards to developing secure and safe software. Yet there are hardly any autom…
-
I have [a fork of gdb](https://github.com/cooljeanius/apple-gdb-1824) that has a Makefile rule that loops over the source files and runs splint on each of them: https://github.com/cooljeanius/apple-gd…
-
I tried to run Goblint on this repository that is also in frama-c's case study benchmarks (#4).
**chrony: https://chrony.tuxfamily.org/** at `a2d1569455aa10a273e41eba5f79ca6210934d68`
**goblint: a…
-
Some libraries are installed only in static mode, they don't have a `.cmxs`. So we can't dynlink them.
```
./compilerlibs/ocamltoplevel.cmxa
./compilerlibs/ocamlmiddleend.cmxa
./compilerlibs/oca…
bobot updated
4 months ago
-
## Desired Behavior
I try to replace a `configure` file with `dune-configurator`. One important feature of our configure file is the ability to disable parts of the complete system:
```
$ ./c…
-
Given that Constantine aims to be used for elliptic curve cryptographic, it is required to be proved bug-free.
Traditional model checker like TLA+ or Spin are more suited to formally distributed co…
-
(EDIT 2024-7-30: [see below](https://github.com/rems-project/cerberus/issues/443#issuecomment-2259312785) for some more commentary and thoughts about how we could make `unchanged` better)
CN requi…