commit | 9979cff76c0d72e5ce3d99213118758ec170e4da | [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 | 6e01c23384b3e98b335bfaadbe67314b8405ac57 [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>