1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-10 05:08:53 +01:00
rclone/lib/kv
nielash 3ca766b2f1 hasher: fix invalid memory address error when MaxAge == 0
When f.opt.MaxAge == 0, f.db is never set, however several methods later assume
it is set and attempt to access it, causing an invalid memory address error.
This change fixes the issue in a few spots (there may still be others I haven't
yet encountered.)
2024-01-02 18:14:01 +00:00
..
bolt.go hasher: fix invalid memory address error when MaxAge == 0 2024-01-02 18:14:01 +00:00
internal_test.go
types.go
unsupported.go