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

Fix some OkBuffer bugs. #517

Merged
merged 1 commit into from
Feb 8, 2014
Merged

Conversation

swankjesse
Copy link
Collaborator

GzipSource exceptions used six hex digits instead of
8 to print ints.

readUtf8 always did an extra copy of the bytes being
read.

Moving bytes between buffers crashed when the destination
was empty and the source was a prefix.

InputStream reading returned values in -128..127 instead
of in 0..255.

GzipSource exceptions used six hex digits instead of
8 to print ints.

readUtf8 always did an extra copy of the bytes being
read.

Moving bytes between buffers crashed when the destination
was empty and the source was a prefix.

InputStream reading returned values in -128..127 instead
of in 0..255.
@codefromthecrypt
Copy link

thanks!

codefromthecrypt pushed a commit that referenced this pull request Feb 8, 2014
@codefromthecrypt codefromthecrypt merged commit 1151c98 into master Feb 8, 2014
@codefromthecrypt codefromthecrypt deleted the jwilson_0208_buffer_fixes branch February 8, 2014 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants