Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix restore/fuse with larger files #745

Merged
merged 6 commits into from
Jan 24, 2017
Merged

Fix restore/fuse with larger files #745

merged 6 commits into from
Jan 24, 2017

Conversation

fd0
Copy link
Member

@fd0 fd0 commented Jan 24, 2017

This fixes the bug introduced in 9a5b925. Basically, too much data was read when repo.LoadBlob() was passed a too-large buffer.

In addition I've added a few more tests, especially for the fuse package.

Closes #742, #743

@fd0 fd0 merged commit 0b982d3 into master Jan 24, 2017
fd0 added a commit that referenced this pull request Jan 24, 2017
Fix restore/fuse with larger files
@fd0 fd0 deleted the fix-742 branch January 24, 2017 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore is failing with input/output error due to regression after 0.3.3 release
1 participant