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
Implement overflow checks for `size_of_val`, and panic for foreign
types.
Resolves#3616
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
I tried this code:
using the following command line invocation:
with Kani version: 0.56.0
I expected to see this happen: UB should be detected
Instead, this happened: Verification succeed
The text was updated successfully, but these errors were encountered: