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 bug in BlockCompressedInputStream.checkTermination() #1310

Merged
merged 2 commits into from
Mar 4, 2019

Commits on Feb 28, 2019

  1. Fix bug in BlockCompressedInputStream.checkTermination()

    * Fixing a bug in BlockCompressedInputStream.checkTermination()
      The internal method readFully would throw in cases where less bytes were read than were available in the stream.
      We haven't observed this in practice but it's a valid behavior of SeekableByteChannel.read() so we should honor it.
    * Fixes #1251
    lbergelson committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    3d4a0f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. responding to comments

    lbergelson committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    fc3ea93 View commit details
    Browse the repository at this point in the history