mirror of
https://github.com/octoleo/restic.git
synced 2025-01-08 01:04:40 +00:00
ba35ca522a
Errors returned from backend.LoadAll() were not handled, leading to these fatal errors from the unpacker trying to read the size from the end of an empty buffer: `seeking to read header length failed: bytes.Reader.Seek: negative position` This change takes care of returning on error, as well as showing which pack failed to load and validating pack integrity. |
||
---|---|---|
.. | ||
testdata | ||
.gitignore | ||
cleanup.go | ||
cmd_backup.go | ||
cmd_cache.go | ||
cmd_cat.go | ||
cmd_check.go | ||
cmd_dump.go | ||
cmd_find.go | ||
cmd_init.go | ||
cmd_key.go | ||
cmd_list.go | ||
cmd_ls.go | ||
cmd_mount.go | ||
cmd_optimize.go | ||
cmd_rebuild_index.go | ||
cmd_restore.go | ||
cmd_snapshots.go | ||
cmd_unlock.go | ||
cmd_version.go | ||
doc.go | ||
global.go | ||
integration_fuse_test.go | ||
integration_helpers_test.go | ||
integration_helpers_unix_test.go | ||
integration_helpers_windows_test.go | ||
integration_test.go | ||
lock.go | ||
main.go |