mirror of https://github.com/acidanthera/audk.git
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> |
||
---|---|---|
.. | ||
BmBoot.c | ||
BmBootDescription.c | ||
BmConnect.c | ||
BmConsole.c | ||
BmDriverHealth.c | ||
BmHotkey.c | ||
BmLoadOption.c | ||
BmMisc.c | ||
InternalBm.h | ||
UefiBootManagerLib.inf | ||
UefiBootManagerLib.uni |