Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ReadExt4SuperBlock function (#1229)
Previously the function would read bytes from a given file and convert them into internal ext4 super block object, without checking that the read bytes are actually ext4 super block. Fix the behavior by checking ext4 super block magic. Signed-off-by: Maksim An <[email protected]>
- Loading branch information