masahiro331 / go-ext4-filesystem

Apache License 2.0
7 stars 10 forks source link

Fix reading groupdescriptor in 32bit mode #11

Closed jinroh closed 11 months ago

jinroh commented 11 months ago

Should fix #8

masahiro331 commented 11 months ago

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?

jinroh commented 11 months ago

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

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