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
In the function unpackUserLoginMessage, ensure that the offsets and lengths are validated to prevent buffer overflows or invalid reads, especially when dealing with binary data. Consider adding checks for buffer lengths before accessing data.
In the function
unpackUserLoginMessage
, ensure that the offsets and lengths are validated to prevent buffer overflows or invalid reads, especially when dealing with binary data. Consider adding checks for buffer lengths before accessing data.PR URL: #2037
Comment URL: #2037 (comment)
The text was updated successfully, but these errors were encountered: