]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Universal/VariablePei/Variable.c
The caller of FindVariable() function ensure VariableName != NULL && VendorGuid ...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Feb 2009 03:13:35 +0000 (03:13 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Feb 2009 03:13:35 +0000 (03:13 +0000)
commit6041576eb242d55cdc80115605ee3f1132729ad1
treec5363e7a34e2649d09d5a24b04d0f76ceb31b0eb
parent841c077074f6dc8b0682061da24b296c77e680f8
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.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7389 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Universal/VariablePei/Variable.c
MdeModulePkg/Universal/Variable/Pei/Variable.c