edk2/MdeModulePkg/Universal/Variable
Aaron Pop 6d4fbc012f MdeModulePkg: Fix unchecked return status.
https://github.com/github/codeql/blob/codeql-cli-2.7.3/csharp/ql/src/API%20Abuse/UncheckedReturnValue.qhelp

When a function has a return status, it should
be checked to verify the function completed successfully.

Failing to check the return status can result in null pointer
dereferences or use of uninitialized variables.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
2025-11-23 00:23:22 +00:00
..
MmVariablePei MdeModulePkg: MmVariablePei: Use MM communicate v3 2025-06-26 21:43:56 +00:00
Pei MdeModulePkg: Fix unchecked return status. 2025-11-23 00:23:22 +00:00
RuntimeDxe MdeModulePkg: fix various typos 2025-11-21 21:49:59 +00:00