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
I think that fix is still wrong. ☹️ I filed #24 to follow up. A function/method marked unsafe exclusively means that it is unsafe to call, not unsafe to implement.
The following safe code exhibits UB by reading and dumping out uninitialized memory.
The text was updated successfully, but these errors were encountered: