audk/MdeModulePkg/Library/UefiBootManagerLib
Thomas Palmer 065e587c17 MdeModulePkg/UefiBootManagerLib: BmGetActiveConsoleIn code cleanup
Check for NULL from AllocateCopyPool before setting Count to 1. Also
change sizeof (EFI_HANDLE*) to sizeof (EFI_HANDLE).  Handles is a
EFI_HANDLE pointer, so the allocated memory must be the size of
EFI_HANDLE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
2016-03-31 09:21:05 +08:00
..
BmBoot.c MdeModulePkg/UefiBootManagerLib: Separate boot description functions. 2016-03-07 13:35:43 +08:00
BmBootDescription.c MdeModulePkg/Bds: More user-friendly network boot option description 2016-03-07 13:35:43 +08:00
BmConnect.c MdeModulePkg: Fix EOL to be DOS format. 2015-05-13 02:23:44 +00:00
BmConsole.c MdeModulePkg: Fix memory leak issues 2015-11-03 02:58:30 +00:00
BmDriverHealth.c MdeModulePkg: Remove unused variables from both UefiBootManagerLib and BdsDxe to fix GCC build. 2015-08-28 05:41:06 +00:00
BmHotkey.c MdeModulePkg/UefiBootManagerLib: BmGetActiveConsoleIn code cleanup 2016-03-31 09:21:05 +08:00
BmLoadOption.c MdeModulePkg: DeleteLoadOptionVariable() removes Boot#### 2016-01-08 07:16:22 +00:00
BmMisc.c MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variable 2015-11-24 06:56:05 +00:00
BmPerformance.c MdeModulePkg UefiBootManagerLib: Do not assume perf entry count has no change 2015-09-30 04:29:50 +00:00
InternalBm.h MdeModulePkg/Bds: More user-friendly network boot option description 2016-03-07 13:35:43 +08:00
UefiBootManagerLib.inf MdeModulePkg/UefiBootManagerLib: Separate boot description functions. 2016-03-07 13:35:43 +08:00
UefiBootManagerLib.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00