edk2/MdeModulePkg/Core/Dxe/Misc
Aaron Pop 5214f931c9 MdeModulePkg: Fix missing NULL tests.
https://github.com/github/codeql/blob/codeql-cli-2.7.3/cpp/ql/src/Critical/MissingNullTest.qhelp

For items which allocate memory, or get a pointer from another
structure, it is important to validate that the pointers
are not null before they are dereferenced.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2025-11-22 18:58:47 +00:00
..
DebugImageInfo.c MdeModulePkg: DebugImageInfoTable: Fix Array Maintenance 2025-05-07 11:27:35 +08:00
InstallConfigurationTable.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MemoryAttributesTable.c MdeModulePkg: Fix missing NULL tests. 2025-11-22 18:58:47 +00:00
MemoryProtection.c MdeModulePkg: DXE Core: Correct Usage of EFI_MEMORY_ATTRIBUTE_MASK 2025-10-16 16:50:12 +00:00
SetWatchdogTimer.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Stall.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00