mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 18:42:13 +00:00
Previously the end was casted to a smaller type which resulted in a wrong check and failed with values larger than handled by unsigned. Closes #1847, #1844