fix #1926 integer overflow in BufferReader (make total consumed 64-bit) by mgravell · Pull Request #1928 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Conversation
Copy link Copy Markdown
Collaborator
mgravell
commented
Dec 13, 2021
mgravell
commented
total consumed was int, which was causing integer overflow issues with 2GiB+ payloads, manifesting in an ArgumentOutOfRangeException in SnapshotPosition()
mgravell added 2 commits
December 13, 2021 07:29
mgravell
merged commit
a55c8be
into
main
mgravell
deleted the
fix1926
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment