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 integer addition overflow. #570

Merged
merged 1 commit into from
Mar 31, 2022
Merged

Conversation

cniles
Copy link
Contributor

@cniles cniles commented Mar 31, 2022

An integer overflow can occur when extending the index, preventing
guard statements from catching indices outside the expected buffer
range and resulting in OutOfMemory exceptions from array allocation.

@cniles cniles force-pushed the master branch 2 times, most recently from ce6b778 to 0440e26 Compare March 31, 2022 03:40
    An integer overflow can occur when extending the index, preventing guard statements from catching indices outside the expected buffer range and resulting in OutOfMemory exceptions from array allocation.
@drewnoakes drewnoakes merged commit 85ec243 into drewnoakes:master Mar 31, 2022
@drewnoakes
Copy link
Owner

Thank you! I'll run some tests and get a new release out soon.

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.

2 participants