commit | c86d2bb1b7e3f535c1fbef075ea85db184371613 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 29 10:09:14 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 02 09:37:01 2021 +0200 |
tree | 6684273c49146669249da5c2773cdbdd611f2f8f | |
parent | fac773e5c2714065fe0b98fb9d1e285f61ededac [diff] |
efi_loader: missing parentheses in query_console_size After if we should use parentheses to keep the code readable. Fixes: a95f4c885991 ("efi_loader: NULL dereference in EFI console") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>