Call for action
Enable the Stack Overflow detection to catch stack overflow (especially in System Management Mode (SMM))
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackGuard
Enable the Heap Overflow detection in a debug BIOS to catch potential buffer overflow issue.
gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPageType
gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPoolType
gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPropertyMask
Enable the NULL pointer detection to catch the NULL address access.
gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask