edk2/MdeModulePkg/Core/Pei
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
..
BootMode MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
CpuIo MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Dependency MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Dispatcher MdeModulePkg: Fix missing NULL tests. 2025-11-22 18:58:47 +00:00
FwVol MdeModulePkg: Fix comparison with wider widths. 2025-11-22 18:58:47 +00:00
Hob MdeModulePkg: Fix missing NULL tests. 2025-11-22 18:58:47 +00:00
Image MdeModulePkg: Unify EfiFileName Parsing 2025-07-23 12:57:55 +00:00
Memory MdeModulePkg: Don't Allocate Page 0 2025-07-08 03:45:09 +00:00
PciCfg2 MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PeiMain MdeModulePkg: PeiMain: Introduce implementation of delayed dispatch 2024-10-17 08:51:15 +00:00
Ppi MdeModulePkg: Fix comparison with wider widths. 2025-11-22 18:58:47 +00:00
Reset MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Security MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
StatusCode MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PeiCore.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
PeiCoreExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
PeiMain.h MdeModulePkg PeiMain: Remove return for PeiCoreBuildHobHandoffInfoTable() 2025-01-26 18:35:08 +00:00
PeiMain.inf MdeModulePkg: Add PcdDelayedDispatchMaxEntries 2025-09-23 09:02:04 +08:00