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
Students are using a fixed length of 8192 when using the proper string function. Add a check to see if they aren't using max_len. Their patch automatically checks to see if they're using strncpy, but not if they're using it correctly.