Static analysis framework for C

abstract-interpretation c ocaml program-analysis race-conditions race-detection software-verification static-analysis static-code-analysis
1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Investigate why Goblint reports an unsigned integer overflow in the given C code example, which accesses memory out of bounds. The issue is whether this overflow report is a false positive given that the out-of-bounds access could result in an arbitrary value, not necessarily an overflow value. Debugging will involve analyzing Goblint's static analysis results and potentially the Goblint source code to understand how it handles out-of-bounds accesses and integer overflows.

Complexity: 4/5
sv-comp precision good first issue

Static analysis framework for C

OCaml
#abstract-interpretation#c#ocaml#program-analysis#race-conditions#race-detection#software-verification#static-analysis#static-code-analysis