edk2/MdeModulePkg/Application
Aaron Pop 699382e342 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>
2026-08-05 03:07:16 +00:00
..
BootManagerMenuApp MdeModulePkg: Fix unchecked return status 2026-08-05 03:07:16 +00:00
CapsuleApp MdeModulePkg: Fix unchecked return status 2026-08-05 03:07:16 +00:00
DumpDynPcd MdeModulePkg/DumpDynPcd: Remove unsupported format specifiers 2022-08-17 07:45:58 +00:00
HelloWorld MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
MemoryProfileInfo MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SmiHandlerProfileInfo MdeModulePkg/SmiHandlerProfileInfo: Declare correct XML encoding 2024-07-17 01:06:00 +00:00
UiApp MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
VariableInfo MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00