Refine soma code to make code run safely.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10877 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1099,7 +1099,7 @@ ParseIfrData (
|
||||
// Get Offset/Width by Question header and OneOf Flags
|
||||
//
|
||||
VarOffset = IfrCheckBox->Question.VarStoreInfo.VarOffset;
|
||||
VarWidth = sizeof (BOOLEAN);
|
||||
VarWidth = (UINT16) sizeof (BOOLEAN);
|
||||
|
||||
//
|
||||
// Check whether this question is in requested block array.
|
||||
|
Reference in New Issue
Block a user