We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checked::length_of
Memory dump:
After blowup: ed 94 81 ed 85 b2 ed 0a 00 ed 0a 00 ed 0a 00 00 │ ················ │ cur len: 3, new len: 1 ^ ^ ^ 0,1 \ 3 2
Seems like required_length_of is not safe and it checks only "ed" which is the length of 3, but it does not check the next code unit and what not.
The text was updated successfully, but these errors were encountered:
Impl code_point_length; #585
666ef99
Done; even though I don't like the implementation of the UTF-8 version, but I like what I did with the UTF-16 version.
Sorry, something went wrong.
the-moisrex
No branches or pull requests
Memory dump:
The text was updated successfully, but these errors were encountered: