mirror of https://github.com/acidanthera/audk.git
72208a9a90
Function BmRepairAllControllers may recursively call itself if some driver health protocol returns EfiDriverHealthStatusReconnectRequired. However, driver health protocol of some buggy third party driver may always return such status even after one and another reconnect. The endless iteration will cause stack overflow and then system exception, and it may be not easy to find that the exception is actually caused by stack overflow. So we limit the number of reconnect retry to 10 to improve code robustness, and DEBUG_CODE is moved ahead before recursive repair to track the repair result. We also remove a duplicated declaration of BmRepairAllControllers() in InternalBm.h in this patch, for it is only a trivial change. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> |
||
---|---|---|
.. | ||
BmBoot.c | ||
BmBootDescription.c | ||
BmConnect.c | ||
BmConsole.c | ||
BmDriverHealth.c | ||
BmHotkey.c | ||
BmLoadOption.c | ||
BmMisc.c | ||
InternalBm.h | ||
UefiBootManagerLib.inf | ||
UefiBootManagerLib.uni |