Date
1 - 1 of 1
Minor bug: off-by-one in mGcdMemoryTypeNames for "Unaccepte" entry
Dionna Glaze
I was debugging some stuff with unaccepted memory, and noticed that
AddMemorySpace counted the unaccepted memory as "Unknown" because "Unaccepte" is mGcdMemoryTypeNames[6] instead of mGcdMemoryTypeNames[7]. https://github.com/tianocore/edk2/blob/720c25ab41400f9a3dfd0742da5a6d237991df5b/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L108 -- -Dionna Glaze, PhD (she/her) |
|