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
We should not allow casts from unchecked, ptr, or array_ptr values to null-terminated in checked scopes. Those pointers might not pointed to a null-terminated array, or the null terminator may be overwritten.
The text was updated successfully, but these errors were encountered:
This issue was copied from checkedc/checkedc-clang#391
We should not allow casts from unchecked, ptr, or array_ptr values to null-terminated in checked scopes. Those pointers might not pointed to a null-terminated array, or the null terminator may be overwritten.
The text was updated successfully, but these errors were encountered: