-
Notifications
You must be signed in to change notification settings - Fork 325
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
s2 compression panic: index out of range [0] with length 0 #929
Comments
Thanks. This should be enough for me to locate it. |
klauspost
added a commit
that referenced
this issue
Feb 21, 2024
klauspost
added a commit
that referenced
this issue
Feb 21, 2024
Thank you so much for fixing this. Really appreciated. |
Thanks for the report! Published a new version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this may be a separate issue to #902, so opening another one.
I'm encountering a panic when compressing a specific stream of data with s2. It looks like there may be a missing bounds check when emitting repeat chunks?
The stream in question is 185gb, but this crash occurs fairly early within it, and reproduces every time on arm64 (Darwin, M-series)
I'll look at following up with a more straightforward test case.
The text was updated successfully, but these errors were encountered: