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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e569fb4 View commit details
    Browse the repository at this point in the history
  2. file_iterator: fix sparse handling

    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 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d54cd16 View commit details
    Browse the repository at this point in the history