Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incomplete file copy due to copy_data misuse
The copy_data function takes a start and an end parameter as the range of bytes to copy, but it was called with a start and a length parameter. This resulted in incomplete file copies. Fix it by passing the end of the range instead of the length. Signed-off-by: Ariel Miculas <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
- Loading branch information