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