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
When -Wunsafe-buffer-usage is on, memcpy() should trigger a warning (unless locally pragmad away), since it effectively does pointer math under the hood (takes a ptr and size).
Similar comments would apply to e.g. memset(), memmove(), etc.