mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Before this fix quickxorhash would sometimes crash with an error like
this:
panic: runtime error: slice bounds out of range [-1248:]
This was caused by an incorrect cast of a 64 bit number to a 32 bit
one on 32 bit platforms.
See: https://forum.rclone.org/t/panic-runtime-error-slice-bounds-out-of-range/37548