Skip to content
Commit 66028930 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: copy GUID in InstallProtocolInterface()



InstallProtocolInterface() is called with a pointer to the protocol GUID.
There is not guarantee that the memory used by the caller for the protocol
GUID stays allocated. To play it safe the GUID should be copied to U-Boot's
internal structures.

Reported-by: default avatarJoerie de Gram <j.de.gram@gmail.com>
Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
parent f9510482
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment