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
Throughout the codebase a number of functions are not declared unsafe even though they dereference raw pointers passed in as parameters.
All of the functions appear to be non-pub, but it still makes it hard to argue about the libraries safety.