-
## Expected Behavior
`dune describe pp src/cdomain/value/cdomains/intDomain.ml` does not crash.
## Actual Behavior
It crashes with
```
Internal error, please report upstream including the con…
-
Currently, `crux-llvm` has overrides for the following SV-COMP–related `__VERIFIER_nondet_*` functions:
https://github.com/GaloisInc/crucible/blob/c96a4041ec425a058c20660a99b8975f537d894f/crux-llvm…
-
@brcfarias: Can I ask you to evaluate your implementations of the ub-shift-check over the HW benchmarks in SV-COMP 2023?
https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks/-/tree/main/c/hardwar…
-
In https://github.com/esbmc/esbmc/pull/602#issuecomment-1030013156 the decision was made to move the operation model of pthreads to types provided by our own headers. It turns out that these types are…
-
Bitwuzla 0.6.0:
````
Statistics: 30300 Files
correct: 16523
correct true: 12044
correct false: 4479
incorrect: 30
incorrect true: 19
…
-
In my own run of Goblint on SV-COMP SoftwareSystems category, Goblint crashed with
```
exception Failure("Type mismatch!")
```
https://github.com/goblint/analyzer/blob/3164939e27b7908839fe083f…
-
#906 made the default behavior of `indeterminate-load-behavior` be `stable-symbolic` rather than `unstable-symbolic`. While this was largely an improvement on SV-COMP benchmark programs, there were a …
-
SV-COMP has two similar, but still distinct, properties called `valid-memtrack` and `valid-memcleanup`, neither of which Crux checks for at the moment. Here is how they are described in the [SV-COMP 2…
-
> ../../analyzer/goblint --conf ../../analyzer/conf/traces-rel.json --enable ana.sv-comp.functions --set dbg.timeout 1200 --set ana.activated[+] apron --set ana.path_sens[+] threadflag --set an…
-
[CWE-562](https://cwe.mitre.org/data/definitions/562.html) is concerned with the issue of returning an address of a stack variable.
Here's a minimal example of a program that has a `CWE-562` weakne…