The caller of FindVariable() function ensure VariableName != NULL && VendorGuid ...
commit27f97ffe13ce53d21f70da5f96cc069ff632f167
authortian, feng <eric_tian@tianocore.org>
Mon, 2 Feb 2009 03:13:35 +0000 (2 03:13 +0000)
committertian, feng <eric_tian@tianocore.org>
Mon, 2 Feb 2009 03:13:35 +0000 (2 03:13 +0000)
treec5363e7a34e2649d09d5a24b04d0f76ceb31b0eb
parent353722a8a579c4cd0380a33ba3f2a781e87edca3
The caller of FindVariable() function ensure VariableName != NULL && VendorGuid != NULL. In the internal of this function, we only need to ensure that (VariableName[0] != 0 && VenderGuid != NULL) is true.
IntelFrameworkModulePkg/Universal/VariablePei/Variable.c
MdeModulePkg/Universal/Variable/Pei/Variable.c