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

file_iterator: fix sparse handling #62

Merged
merged 2 commits into from
Aug 22, 2023
Merged

file_iterator: fix sparse handling #62

merged 2 commits into from
Aug 22, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Aug 22, 2023

This fixes a bug where large zero blocks inside a file would result in the file iterator returning a block size that was too large. This may result in illegal memory access.

This fixes a bug where large zero blocks inside a file would result in
the file iterator returning a block size that was too large. This may
result in illegal memory access.
@Gottox Gottox merged commit 3c33781 into main Aug 22, 2023
7 checks passed
@Gottox Gottox deleted the fix/zero-block-fixes branch August 22, 2023 21:30
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.

1 participant