You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this program, Goblint with the mutex-meet privatization for base determines m to be uncalled which does not hold in the concrete.
We, however do produce a warning:
[Warning][Imprecise][Call] Function pointer *(r.b) may contain unknown functions. (2.c:18:5-18:10)
[Warning][Unsound][Call] No suitable function to be called at call site. Continuing with state before call. (2.c:18:5-18:10)
The text was updated successfully, but these errors were encountered:
This is a follow-up to #1557, which is extracted as the issue has nothing to do with relational analysis.
For this program, Goblint with the
mutex-meet
privatization for base determinesm
to be uncalled which does not hold in the concrete.We, however do produce a warning:
The text was updated successfully, but these errors were encountered: