UEFIFind and nvramparser.cpp bugfixes

This commit is contained in:
Cr4sh 2017-07-22 21:43:20 +03:00
parent 227be5480e
commit 9b85fac61b
3 changed files with 3 additions and 3 deletions

View file

@ -1374,7 +1374,7 @@ USTATUS NvramParser::parseVssStoreBody(const UModelIndex & index)
// Check variable size
if (variableSize > unparsedSize) {
unparsedSize = 0;
variableSize = 0;
}
}