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
{{ message }}
This repository was archived by the owner on May 5, 2023. It is now read-only.
It will panic if it hits a null byte. Unfortunately, this is called on a bunch of error messages and error messages are notorious for containing user data. We likely need a "nice" version of this function for errors that just "fixes" the string, and a strict version that returns a Result for anything else.