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: attempt to fix issues where loop will read past the end of a block #487

Conversation

alex-harper
Copy link
Contributor

This PR is a fix for #486

The delta binary packed encoder has a few bugs where it will read past the end of a block and fill the destination buffer with incorrect output.

This PR terminates the various loops once the final value for a block has been read.

@aloneguid aloneguid added this to the 4.24.0 milestone Apr 16, 2024
Copy link
Owner

@aloneguid aloneguid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aloneguid aloneguid merged commit 0551157 into aloneguid:master Apr 16, 2024
9 checks passed
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