Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffer overflow when merging guard pages in MergeMemoryMap (micro…
…soft#126) ## Description Checks that the next map entry is valid before dereferencing to merge the guard pages. If the final entry is at the end of a page with no valid page following it, then this can cause an access violation. ## How This Was Tested Tested on Q35 platform boot. ## Integration Instructions N/A
- Loading branch information