Open Issues Need Help
View All on GitHubAI 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
goblint/analyzer
198
Static analysis framework for C
OCaml
#abstract-interpretation#c#ocaml#program-analysis#race-conditions#race-detection#software-verification#static-analysis#static-code-analysis