]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: missing parentheses in query_console_size
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Jun 2021 08:09:14 +0000 (10:09 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 2 Jul 2021 07:37:01 +0000 (09:37 +0200)
commitdeab05c105e9fd2b09183ffeb6f50fbe0ab3c8ba
tree6684273c49146669249da5c2773cdbdd611f2f8f
parenta71bb537731fb9558380597fcd788f987b5cd1b4
efi_loader: missing parentheses in query_console_size

After if we should use parentheses to keep the code readable.

Fixes: 61f1cf71d29b ("efi_loader: NULL dereference in EFI console")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_console.c