diff options
author | Heyi Guo <heyi.guo@linaro.org> | 2018-03-01 10:39:32 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-03-07 14:26:04 +0800 |
commit | 72208a9a90b8c6cd5011ddf174ad01e567b67454 (patch) | |
tree | c3c9ce3683cf7702c85b70a414d221a51f76ea70 /BaseTools/Source/Python/Table/TableIdentifier.py | |
parent | 61c1742ba15386f488cb452d8e0594467c7e3108 (diff) | |
download | edk2-72208a9a90b8c6cd5011ddf174ad01e567b67454.tar.gz edk2-72208a9a90b8c6cd5011ddf174ad01e567b67454.tar.bz2 edk2-72208a9a90b8c6cd5011ddf174ad01e567b67454.zip |
MdeModulePkg/UefiBootManagerLib: limit recursive call depth
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>
Diffstat (limited to 'BaseTools/Source/Python/Table/TableIdentifier.py')
0 files changed, 0 insertions, 0 deletions