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 reading groupdescriptor in 32bit mode #11

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

jinroh
Copy link
Contributor

@jinroh jinroh commented Nov 16, 2023

Should fix #8

@masahiro331
Copy link
Owner

I have never seen a 32-bit ext4 file system, so I don't know exactly what it is, but is this the only place where the modification should be made?
Has this Pull Request actually been verified with 32 bit ext4?

ext4/ext4.go Outdated Show resolved Hide resolved
ext4/ext4.go Outdated Show resolved Hide resolved
Co-authored-by: Masahiro331 <mur4m4s4.331@gmail.com>
@jinroh
Copy link
Contributor Author

jinroh commented Dec 8, 2023

Has this Pull Request actually been verified with 32 bit ext4?

Yes. It fixed scanning 32 bit filesystems in my tests.

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.

failed to parse group descriptor: EOF
2 participants