mirror of
https://github.com/restic/restic.git
synced 2025-03-13 10:52:33 +00:00

When given a buf that is big enough for a compressed blob but not its decompressed contents, the copy at the end of LoadBlob would skip the last part of the contents. Fixes #3783.