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
If the relative alignment of a pointer p with array_ptr is not an integral multiple of sizeof(T), we need to adjust the bounds check slightly (as described in the Checked C specification).
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#329
If the relative alignment of a pointer p with array_ptr is not an integral multiple of sizeof(T), we need to adjust the bounds check slightly (as described in the Checked C specification).
The text was updated successfully, but these errors were encountered: