]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: handle efi_cons_init() failure cases better
authorToomas Soome <tsoome@FreeBSD.org>
Wed, 18 Mar 2020 22:21:42 +0000 (22:21 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Wed, 18 Mar 2020 22:21:42 +0000 (22:21 +0000)
commit34edaae6054fa0163252d143af745daeddd5c693
tree00b04ff409b786ab25953ae592545dd543b9ed2a
parent9dfa07825247787f01e891acf1dae4136647eac1
loader.efi: handle efi_cons_init() failure cases better

if we fail to allocate buffer, set up the TERM_EMU and continue.
On output, use TERM_EMU in case we did fail to allocate buffer.
stand/efi/libefi/efi_console.c