mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-17 08:35:05 -04:00
UEFIFind and nvramparser.cpp bugfixes
This commit is contained in:
parent
227be5480e
commit
9b85fac61b
3 changed files with 3 additions and 3 deletions
|
@ -1374,7 +1374,7 @@ USTATUS NvramParser::parseVssStoreBody(const UModelIndex & index)
|
|||
|
||||
// Check variable size
|
||||
if (variableSize > unparsedSize) {
|
||||
unparsedSize = 0;
|
||||
variableSize = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue