Reset initial seek position in MSELF files (#3977)
This commit is contained in:
@@ -53,6 +53,8 @@ bool verify_mself(u32 fd, fs::file const& mself_file)
|
||||
return false;
|
||||
}
|
||||
|
||||
mself_file.seek(0);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user