fix/issue-25
next
After reading file content, verify totalRead == size and return an error on mismatch.
totalRead == size
Return an error if totalRead != size after reading the file, preventing silent data corruption from truncated or oversized reads. Closes #25
No dependencies set.
The note is not visible to the blocked user.
After reading file content, verify
totalRead == sizeand return an error on mismatch.