Improve the value domain to keep track of integer sets #129
Labels
C-false-positive
Category: False Positive
C-feature-request
Category: Feature Request
L-c
Language: C
P-medium
Priority: Medium
On the following code:
IKOS produces the following warning:
To remove this warning, the analysis needs to bound all the integers stored in the
indexes
array. It could infer thatindexes[i]
is in[0, 4]
and prove that the array access is safe.The text was updated successfully, but these errors were encountered: