edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib
Aaron Pop d1c5d47014 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 11:34:09 +00:00
..
BmLib.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BootMaintenance.c MdeModulePkg: Fix missing NULL tests 2026-08-05 11:34:09 +00:00
BootMaintenanceManager.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManager.vfr MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootMaintenanceManagerCustomizedUi.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BootMaintenanceManagerCustomizedUi.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManagerCustomizedUiSupport.c MdeModulePkg: Fix missing NULL tests 2026-08-05 11:34:09 +00:00
BootMaintenanceManagerCustomizedUiSupport.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
BootMaintenanceManagerStrings.uni MdeModulePkg/BM_UI: Add the new terminal types to related menu 2019-09-24 21:56:46 +08:00
BootMaintenanceManagerUiLib.inf MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootMaintenanceManagerUiLib.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
BootOption.c MdeModulePkg: Fix missing NULL tests 2026-08-05 11:34:09 +00:00
ConsoleOption.c MdeModulePkg: Fix missing NULL tests 2026-08-05 11:34:09 +00:00
Data.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FormGuid.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
UpdatePage.c MdeModulePkg: Fix unchecked return status 2026-08-05 11:34:09 +00:00
Variable.c MdeModulePkg: Fix missing NULL tests 2026-08-05 11:34:09 +00:00