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 infinite loop in PackedInputStream when the supplied ArrayInputStream is smaller than needed #140

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. Fix infinite loop in PackedInputStream when the supplied ArrayInputSt…

    …ream is smaller than needed
    
    Additionally:
    * ArrayInputStream is no longer final, as there is no reason to stop consumers from extending and adjusting the behaviour
    *  The wrapped ByteBuffer is not private, as according to the (previously) undocumented contract, it should be only accessible through #getReadBuffer().
    mdindoffer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    63972b2 View commit details
    Browse the repository at this point in the history