summaryrefslogtreecommitdiff
path: root/replacements.c
diff options
context:
space:
mode:
authorTamas K Lengyel <tamas@tklengyel.com>2017-12-31 11:03:26 -0700
committerPeter Jones <pjones@redhat.com>2018-03-12 16:59:31 -0400
commit38b16b200c10cc13c755481884484435dd45d5d3 (patch)
tree8bbc7baeeb87b11e8a08f87ba4d4d466597bfdad /replacements.c
parentf29240734b7dd939a7d91d6d82596ec458c1abcb (diff)
downloadefi-boot-shim-38b16b200c10cc13c755481884484435dd45d5d3.tar.gz
efi-boot-shim-38b16b200c10cc13c755481884484435dd45d5d3.zip
shim: Don't overwrite EFI_LOADED_IMAGE's LoadOptions when not needed
When the firmware is using EFI_LOAD_OPTION to specify options for the secondary loader, the shim will properly detect that and return in set_second_stage. Later howerer in handle_image EFI_LOADED_IMAGE is being overwritten with load_option irrespective of the fact that load_option was never set. This effectively prevents the EFI_LOAD_OPTION from reaching the secondary loader. Only overwrite EFI_LOADED_IMAGE's LoadOptions when load_option is not NULL solves the problem. Signed-off-by: Tamas K Lengyel <lengyelt@ainfosec.com>
Diffstat (limited to 'replacements.c')
0 files changed, 0 insertions, 0 deletions