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
This commit attempts to preserve the functionality of the memory checks
in is_valid_IotResponseHandle until the issue in
diffblue/cbmc#5194 is sorted out. This commit
is needed because is_valid_IotResponseHandle uses the __CPROVER_r_ok and
__CPROVER_w_ok macros, and is_valid_IotResponseHandle itself is used
inside an assume statement, triggering the issue mentioned in that bug.
0 commit comments