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 panic when inserting pair exceeding ~4GiB #825

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Fix panic when inserting pair exceeding ~4GiB #825

merged 1 commit into from
Jul 15, 2024

Conversation

cberner
Copy link
Owner

@cberner cberner commented Jul 14, 2024

StorageError::ValueTooLarge will now be returned for key-value pairs that exceed 3.75GiB

Fixes #819

StorageError::ValueTooLarge will now be returned for key-value pairs
that exceed 3.75GiB
@cberner cberner merged commit 6c07fd1 into master Jul 15, 2024
3 checks passed
@cberner cberner deleted the pair_len branch July 15, 2024 00:56
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.

panic on index out of bounds
1 participant