Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix returning data from virtual tape when the output is bigger than t… #71

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

tjwoodall
Copy link

…he tape block

Trivial to reproduce the bug - write a block to the virtual tape, then read it back with a blocksize bigger than the original data but less than 2x the original size. The data will be corrupted.

…he tape block

Trivial to reproduce the bug - write a block to the virtual tape, then
read it back with a blocksize bigger than the original data but less
than 2x the original size. The data will be corrupted.
@fujita fujita merged commit c7011f2 into fujita:master Dec 3, 2024
2 checks passed
@fujita
Copy link
Owner

fujita commented Dec 3, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants