Fixed unexpected 'pack file cannot be listed' error

Fixes #1633

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
This commit is contained in:
Igor Fedorenko
2018-02-20 21:28:37 -05:00
parent 9f0605766c
commit 19e7803ac6
3 changed files with 35 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Fixed unexpected 'pack file cannot be listed' error
Due to regression introduced in 0.8.2, `rebuild-index` and `prune` commands
failed to read pack files with size of 587, 588, 589 or 590 bytes.
https://github.com/restic/restic/issues/1633