efi_loader: SetMode() parameters check
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 15 Jun 2019 10:58:30 +0000 (12:58 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Jun 2019 22:26:15 +0000 (22:26 +0000)
commit1f7a8b3389d66f279bf75fcfdd10c1c7d2561d6e
tree11a8144fdeeb0c63f097cb3d483451eb25eba77d
parent997c2ce5cf9e669ca2d6713954e50af29ceea914
efi_loader: SetMode() parameters check

If EFI_GRAPHICS_OUTPUT_PROTOCOL.SetMode() is called with an invalid mode,
return EFI_UNSUPPORTED.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_gop.c