Re: [edk2] [PATCH] MdeModulePkg/Core: fix guard page missing issue

2018-01-31 Thread Ni, Ruiyu
On 1/29/2018 12:52 PM, Jian J Wang wrote: This issue is a regression one caused by a patch at 425d25699be83c35e12df8470b827d7fbcef3bce That fix didn't take the 0 page to free into account, which still needs to call UnsetGuardPage() even no memory needs to free. The fix is just moving the

[edk2] [PATCH] MdeModulePkg/Core: fix guard page missing issue

2018-01-28 Thread Jian J Wang
This issue is a regression one caused by a patch at 425d25699be83c35e12df8470b827d7fbcef3bce That fix didn't take the 0 page to free into account, which still needs to call UnsetGuardPage() even no memory needs to free. The fix is just moving the calling of UnsetGuardPage() to the place