mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
We are using signed quantities to be compatible with the code java uses. However, the current code will eventually overflow. To avoid that, let's cast the quantities to unsigned, and then back to signed Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>