]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c
For BdsDxe module,
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 May 2010 07:40:24 +0000 (07:40 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 May 2010 07:40:24 +0000 (07:40 +0000)
commitce5fad41516804f34d52ebb27808255e1263fd0e
treef8becb5cb1aa0cac7903a53a71114b67b9a11d96
parent97ada49f3181ec678dddd25a35437164049793da
For BdsDxe module,
1. Fix the risk that local variable is pointed by global pointer, which may be used outside the variable scope.
2. Add more checking for pointers.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10536 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootOption.c
IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Variable.c
IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c
IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.c