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
There are no bounds checking in follow_address_path. If we calculate an offset, and later the allocated area reduces in size, the offset will be invalid and we don't check for it. Boom!
The text was updated successfully, but these errors were encountered:
There are no bounds checking in follow_address_path. If we calculate an offset, and later the allocated area reduces in size, the offset will be invalid and we don't check for it. Boom!
The text was updated successfully, but these errors were encountered: