]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg Variable: Update code in ProcessVariable () to
authorStar Zeng <star.zeng@intel.com>
Tue, 17 Mar 2015 03:25:16 +0000 (03:25 +0000)
committerlzeng14 <lzeng14@Edk2>
Tue, 17 Mar 2015 03:25:16 +0000 (03:25 +0000)
commit856236cad77652dde9be649c54e18ad4d39ffaab
treeba4f68f45193866908a64e85f00ce4fd3cdd3e55
parent4f953ed72109eeb87cbb11bd534c069f31e8b344
SecurityPkg Variable: Update code in ProcessVariable () to

check IsDeleteAuthVariable () first and then check
UserPhysicalPresent () to avoid the case below.

PcdSetXX (a DynamicHii PCD) -> gRT->SetVariable ()
-> UserPhysicalPresent () -> PcdGetXX ()

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17058 6f19259b-4bc3-4df7-8a09-765794883524
SecurityPkg/VariableAuthenticated/RuntimeDxe/AuthService.c