]> git.proxmox.com Git - efi-boot-shim.git/commit
UEFI Shell sticks the UCS2 of li->FilePath in li->LoadOptions. Ignore it.
authorPeter Jones <pjones@redhat.com>
Fri, 26 Apr 2013 15:44:15 +0000 (11:44 -0400)
committerPeter Jones <pjones@redhat.com>
Fri, 26 Apr 2013 15:44:15 +0000 (11:44 -0400)
commit6e1bd3dcb70985e81f1f9d133219b708eb9beddd
tree57f44123fe8aaf2a199d94d63d084baf068f13b9
parent4a88de5816a7ac416d30dbd66e5117f5d4c2c74d
UEFI Shell sticks the UCS2 of li->FilePath in li->LoadOptions. Ignore it.

If li->LoadOptions tells us to execute our own binary, it's clearly not
what we want to do for the second stage.  So simply ignore that case.

Signed-off-by: Peter Jones <pjones@redhat.com>
shim.c
ucs2.h [new file with mode: 0644]