rclone/backend/onedrive
Nick Craig-Wood 451f4c2a8f onedrive: fix quickxorhash on 32 bit architectures
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
2023-04-13 15:14:46 +01:00
..
api onedrive: add --onedrive-hash-type to change the hash in use 2023-03-02 19:32:35 +00:00
quickxorhash onedrive: fix quickxorhash on 32 bit architectures 2023-04-13 15:14:46 +01:00
onedrive_test.go onedrive: add support for china region operated by 21vianet #4963 (#4963) 2021-01-29 23:04:21 +03:00
onedrive.go onedrive: report any list errors during cleanup 2023-03-26 14:28:15 +02:00