commit | 0421735dd8ffc82db22c3767e7aa38c65fc7298e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 15 01:31:02 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:04 2021 +0200 |
tree | 9b1b9fb1eb831410422689e70d7476cfc03053c7 | |
parent | ebdea88d57d5e67b8f6e6cf615300eedbc7200a9 [diff] |
efi_loader: efi_dp_from_lo() don't copy GUID Instead of copying a GUID and then using a pointer to the copy for calling guidcmp(), just pass the pointer to the orginal GUID. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>