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
this function should be unsafe. you shouldn't expose safe functions that may cause UB. the unsafe attribute does not conflict with global allocator use case as GlobalAlloc::dealloc is declared to be unsafe.
this function should be unsafe. you shouldn't expose safe functions that may cause UB. the unsafe attribute does not conflict with global allocator use case as GlobalAlloc::dealloc is declared to be unsafe.
Okay, please add the unsafe attribute in a pull request.
it is possible to cause segfault in entirely safe code:
The text was updated successfully, but these errors were encountered: