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
The inner unsafe block in this public function might allow the user to cause memory issues like null-pointer dereference and use-after-free without touching unsafe blocks. It would be great to mark it as unsafe or add another check to notify the user of the severity/prevent memory issues.
The text was updated successfully, but these errors were encountered:
mehaliin/src/memory/utils.rs
Lines 143 to 150 in 08e5e03
The inner unsafe block in this public function might allow the user to cause memory issues like null-pointer dereference and use-after-free without touching unsafe blocks. It would be great to mark it as unsafe or add another check to notify the user of the severity/prevent memory issues.
The text was updated successfully, but these errors were encountered: