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

encoding/ascii85: Read does not return for valid input #7875

Closed
rui314 opened this issue Apr 26, 2014 · 2 comments
Closed

encoding/ascii85: Read does not return for valid input #7875

rui314 opened this issue Apr 26, 2014 · 2 comments

Comments

@rui314
Copy link
Member

rui314 commented Apr 26, 2014

What does 'go version' print?
go version devel +74a1371ffaf1 Tue Apr 22 17:13:38 2014 -0700 + linux/amd64

What steps reproduce the problem?
decoder.Read does not return if a given string contains a long run of whitespace
characters. http://play.golang.org/p/t6kD_XYUCg

What should have happened instead?
decode.Read should be able to skip non-data bytes (whitespace characters) even if its
very long.
@gopherbot
Copy link

Comment 1:

CL https://golang.org/cl/90820043 mentions this issue.

@ianlancetaylor
Copy link
Contributor

Comment 2:

This issue was closed by revision 9d7b9fb.

Status changed to Fixed.

@rui314 rui314 added the fixed label Apr 27, 2014
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants