Skip to content
New issue

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

Base64 shouldn't choke on high-codepoint strings #192

Closed
nex3 opened this issue Sep 17, 2015 · 3 comments
Closed

Base64 shouldn't choke on high-codepoint strings #192

nex3 opened this issue Sep 17, 2015 · 3 comments
Labels
package:crypto type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@nex3
Copy link
Member

nex3 commented Sep 17, 2015

Currently, the Base64 decoder crashes when passed a string containing a character with a codepoint above 256. It shouldn't accept this, but it should throw a more useful error.

@nex3 nex3 added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Sep 17, 2015
@sethladd
Copy link
Contributor

I believe all the base64 stuff is getting moved.

cc @sgjesse @whesse

@nex3
Copy link
Member Author

nex3 commented Sep 17, 2015

I think that's right; we can move the issues along with it once it does, if I don't get around to fixing them first.

@kevmoo
Copy link
Member

kevmoo commented Jan 20, 2018

Base64 APIs were removed in dart-lang/crypto@72c7471

@kevmoo kevmoo closed this as completed Jan 20, 2018
@mosuem mosuem transferred this issue from dart-lang/crypto Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:crypto type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants