boot/efi/stub.c: fix Dell LoadOptions
authorHarald Hoyer <harald@redhat.com>
Mon, 3 Sep 2018 11:57:54 +0000 (13:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Sep 2018 12:10:38 +0000 (14:10 +0200)
commit15720d03400f3e0a3b87f0fd7f54ac9f657c7a41
tree854be8ce928899c5e3646d291d55b83f5bb2e143
parent81375d802672f34205bef9f301c58854af5fc568
boot/efi/stub.c: fix Dell LoadOptions

On Dell machines LoadOptions is filled with:
01 00 00 00 <name of BIOS Boot Loader Entry> ... <unknown bytes>

So, in case of meaningfull LoadOptions, better check if the first char
is a printable character.
src/boot/efi/stub.c