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
Decouple pointer-check and pointer-arithmetic overflow
In 0779bbd additional checks for arithmetic overflow on pointer
arithmetic were added, and enabled implicitly when --pointer-check was
set. This is now decoupled and a new option --pointer-overflow-check is
available.
0 commit comments