audk/MdeModulePkg/Library/UefiBootManagerLib
Ken Lautner f0dc9e1504 MdeModulePkg: UefiBootManagerLib: Update assert condition
In BmFindBootOptionInVariable() we prevent passing a NULL pointer to
EfiBootManagerFindLoadOption().  However, it can accept a NULL pointer as
the second argument as long as count is zero.  This change updates the
assert condtion to only assert if the pointer is NULL and the count is
non-zero.

Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
2024-09-05 06:52:09 +00:00
..
BmBoot.c MdeModulePkg: UefiBootManagerLib: Update assert condition 2024-09-05 06:52:09 +00:00
BmBootDescription.c MdeModulePkg/UefiBootManagerLib: Add Disk Info support for Ufs 2022-10-06 17:38:41 +00:00
BmConnect.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BmConsole.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BmDriverHealth.c MdeModulePkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
BmHotkey.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BmLoadOption.c MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recovery 2023-12-19 13:56:58 +00:00
BmMisc.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
InternalBm.h MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy 2022-01-28 06:08:45 +00:00
UefiBootManagerLib.inf MdeModulePkg/UefiBootManagerLib: Add Disk Info support for Ufs 2022-10-06 17:38:41 +00:00
UefiBootManagerLib.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00