Add an abstraction for "uninitialized or" #138
Labels
C-false-positive
Category: False Positive
C-feature-request
Category: Feature Request
L-c
Language: C
P-medium
Priority: Medium
The current analysis is imprecise when merging branches where one side has uninitialized variables.
For instance:
The output of the analyzer is:
We could add an abstraction that remembers whether a value is uninitialized or within a given range.
This should help with #136.
The text was updated successfully, but these errors were encountered: