]> git.proxmox.com Git - mirror_edk2.git/commit
Fix an issue that there may be an infinite loop in the CoreInitializeMemoryServices...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Jul 2011 08:40:55 +0000 (08:40 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 13 Jul 2011 08:40:55 +0000 (08:40 +0000)
commitc4c085a2a680afc712b40e37f5aeb69ce25478ce
tree7d69186aa7c4ae740c93af1016da3428b8f1e282
parentf26b6a9cda0c5dd29eb045992ad7a41991971ede
Fix an issue that there may be an infinite loop in the CoreInitializeMemoryServices() in Gcd.c of the DXE Core. Also update logic to use continue statements to reduce the level of nesting in the two loops that search the HOB lists.  More comment are added.

Signed-off-by: rsun3
Reviewed-by: mdkinney
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12015 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Dxe/Gcd/Gcd.c