fix #1926 integer overflow in BufferReader (make total consumed 64-bit) by mgravell · Pull Request #1928 · StackExchange/StackExchange.Redis

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mgravell

Copy link Copy Markdown

Collaborator

total consumed was int, which was causing integer overflow issues with 2GiB+ payloads, manifesting in an ArgumentOutOfRangeException in SnapshotPosition()

@mgravell mgravell merged commit a55c8be into main

Dec 13, 2021

@mgravell mgravell deleted the fix1926 branch

December 13, 2021 07:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@mgravell