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 ReadExt4SuperBlock function #1229

Merged
merged 2 commits into from
Nov 23, 2021

Commits on Nov 14, 2021

  1. Fix ReadExt4SuperBlock function

    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 <maksiman@microsoft.com>
    anmaxvl committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    8fa6763 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. pr feedback: change to errors.New

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a8d4ea6 View commit details
    Browse the repository at this point in the history