mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 08:03:26 +00:00
Before this fix it was possible for an about call in various backends to exceed an int64 and wrap. This patch causes it to clip to the max int64 value instead.