mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
If a read was requested at an offset just before the end of a band, with a length sufficiently large to cross over to the next band, we would pad the remaining space after the initial band with zeroes, and never proceed to read the second band. We now limit the size of each consecutive band read to the end of the band, so that the while loop will correctly continue with the next band if there's still more data to be read.
6.4 KiB
6.4 KiB