rclone/backend/compress
Nick Craig-Wood fb6ddd680c compress: fix crash due to nil metadata #6434
Before this fix, if an error ocurred reading the metadata, it could be
set as nil and then used, causing a crash.

This fix changes the readMetadata function so it returns an error, and
the error is always set if the metadata returned is nil.
2022-09-18 11:31:11 +01:00
..
.gitignore compress: added experimental compression remote - implements #2098, #1356, #675 2020-11-13 02:31:59 +01:00
compress_test.go backend: allow wrapping backend tests to run in make quicktest 2022-06-29 17:30:37 +01:00
compress.go compress: fix crash due to nil metadata #6434 2022-09-18 11:31:11 +01:00