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
is_invalid_pointer is now defined as a bi-implication
The previous encoding of is_invalid_pointer is an implication,
which means that constraints that a pointer is not an invalid
pointer have no meaning.
This commit changes the encoding to be a bi-implication, using
the numerical range of the valid pointers.
0 commit comments