summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent StehlĂ© <[email protected]>2026-06-15 12:56:15 +0200
committerHeinrich Schuchardt <[email protected]>2026-06-21 09:41:59 +0200
commit5150a86187657807a3de38c138ca281e6c1a6259 (patch)
treeaa7180cc64527b5b6da374d0c0840d7f0ba002d0 /include
parent861be585cc1f922da68d3836a42e23e5ff49c3b6 (diff)
efi_selftest: fix guid comparison
The `loaded image' efi selftest is comparing protocol GUIDs with the wrong polarity. This can be verified on the sandbox, where two protocols GUIDs are retrieved by the test from the image handle in the following order: 1. Loaded Image Device Path Protocol GUID 2. Loaded Image Protocol GUID The test matches on the first GUID, while it is in fact looking for the second one; fix the comparison polarity. Fixes: efe79a7c0de0 ("efi_selftest: test for loaded image protocol") Signed-off-by: Vincent StehlĂ© <[email protected]> Cc: Heinrich Schuchardt <[email protected]> Cc: Ilias Apalodimas <[email protected]> Cc: Tom Rini <[email protected]> Cc: Alexander Graf <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions