Ariel Miculas 3a4a096cd2 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 <ariel.miculas@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-06-16 14:09:13 -04:00
..
2024-05-24 22:56:50 +02:00
2024-05-30 22:26:06 +02:00
2024-05-30 22:26:06 +02:00
2024-05-30 22:26:06 +02:00