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
Previously, unchecked user input bytes were passed into
`str::from_utf8_unchecked`, which is unsound as it was within a safe
function. It's been revised to check the user input and fail if there's
invalid input.
0 commit comments