We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An invalid extfs extents header signature causes a crash. We should instead handle the exception and continue.
The text was updated successfully, but these errors were encountered:
Regarding #625 I'm not in favor of this solution inside dfVFS, this will silently swallow a file system error, which IMHO is not good practice. It is best to do this in the calling code e.g. https://github.com/open-source-dfir/dfvfs-snippets/blob/main/scripts/recursive_hasher.py#L117
Sorry, something went wrong.
You're right, I wasn't catching the exception correctly. Closing the issue.
libyal/libfsext#7 to address underlying issue
dfjxs
Successfully merging a pull request may close this issue.
An invalid extfs extents header signature causes a crash. We should instead handle the exception and continue.
The text was updated successfully, but these errors were encountered: