mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 06:23:03 +00:00
When the temporary buffer has enough data for a uint64 to be consumed, we readily consume it. The problem is that we were wrongly storing the uint64 into a uint32 variable. Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>