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
@danielsn Now that #5210 was merged, this may be resolved. Please have a look at doc/cprover-manual/properties.md for description of the user-options that enable malloc to fail here.
I believe that CBMC can only represent allocations of size 2**(64-number-object-bits). And yet
succeeds. This should either return NULL, or block with an assume that the input to malloc is a representable size.
The text was updated successfully, but these errors were encountered: