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
The caller of let ptr := memoryguard(size) (where size has to be a literal number) promises that they only use memory in either the range [0, size) or the unbounded range starting at ptr.
The text was updated successfully, but these errors were encountered:
The caller of
let ptr := memoryguard(size)
(wheresize
has to be a literal number) promises that they only use memory in either the range[0, size)
or the unbounded range starting atptr
.The text was updated successfully, but these errors were encountered: