]> git.proxmox.com Git - efi-boot-shim.git/commit
Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILE
authorSteve Langasek <steve.langasek@canonical.com>
Fri, 20 Sep 2013 16:29:23 +0000 (11:29 -0500)
committerPeter Jones <pjones@redhat.com>
Tue, 24 Sep 2013 16:05:21 +0000 (12:05 -0400)
commitd98242e3c5bcb3cdc88f422dcbf64294a3db1a7e
treee28202019833662e271df8415a248610439ebf25
parentf4ce20cca924d6ff6d6b0c32266ec2d4329a0e29
Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILE

A wrong pointer was being passed to EFI_PXE_BASE_CODE_TFTP_READ_FILE,
preventing us from getting the file size back from the tftp call, ensuring
that we don't have enough information to properly secureboot-validate the
retrieved image.
netboot.c
shim.c