rclone/lib/kv
nielash 489c36b101 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-05 16:19:19 +00:00
..
bolt.go hasher: fix invalid memory address error when MaxAge == 0 2024-01-05 16:19:19 +00:00
internal_test.go Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
types.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
unsupported.go lib/kv: add key-value database api #5587 2021-10-20 19:11:54 +03:00