[U-Boot] [PATCH 1/1] efi_loader: avoid using unitialized values as console size
Simon Glass
sjg at chromium.org
Wed May 16 20:57:24 UTC 2018
On 16 May 2018 at 10:17, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> If a request for the console size would be answered with a response
> with less then three values, uninitialized stack memory would be
> copied to the number of rows and columns of the terminal.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> lib/efi_loader/efi_console.c | 14 ++++++++++++--
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list