mirror of
https://github.com/rclone/rclone.git
synced 2025-08-01 02:50:45 +02: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.