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
I encountered an issue where CBMC outputs an error and stops analysis when performing pointer operations.
When I run CBMC (versions 6.7.1 and 5.9.5) on the following sample code:
CBMC outputs the following error message and terminates the analysis:
pointer handling for concurrency is unsound
Is it possible to improve CBMC so that the analysis does not stop in this case?
Alternatively, is there any option or workaround to force CBMC to continue the analysis despite this warning?