edk2/MdeModulePkg/Universal/Disk
Aaron Pop 9b3ceeb254 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>
2026-08-05 05:09:41 +00:00
..
CdExpressPei MdeModulePkg: Fix missing NULL tests 2026-08-05 05:09:41 +00:00
DiskIoDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
PartitionDxe MdeModulePkg/PartitionDxe: Abort on primary GPT recovery failure 2026-07-20 21:50:57 +00:00
RamDiskDxe MdeModulePkg: Fix missing NULL tests 2026-08-05 05:09:41 +00:00
UdfDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UnicodeCollation/EnglishDxe MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00