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
These bounds checks work on the result of the pointer addition --
but the pointer addition already asserts that no overflow may
occur, so the checks are optimized away after llvm#118472. Avoid this
by performing the addition in a way that permits overflow.
0 commit comments