Closed reynir closed 1 year ago
There's a corner case if sector size is greater than 512 where writes will fail with Invalid_argument from Cstruct.blit.
Invalid_argument
Cstruct.blit
this looks very fine to me, thanks for the failing tests and the fixes :)
to me this looks ready to be merged + a release being cut. what do you think?
Yes, I agree. I will cut a release today.
There's a corner case if sector size is greater than 512 where writes will fail with
Invalid_argument
fromCstruct.blit
.