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
In case this helps: diffblue/cbmc#6903 is the PR where we introduced this feature in CBMC (includes a link to the issue explaining why we wanted this in the first place).
Apparently CBMC has a custom handler and structures to deal with overflows.
foo = checked_add(a, b) => foo = overflow_result-+(a,b)
Current solution for ESBMC: esbmc/esbmc@7867f5e
The text was updated successfully, but these errors were encountered: