[PATCH v1] efi: Don't use knowledge about efi_guid_t internals

Andy Shevchenko andriy.shevchenko at linux.intel.com
Sat Jan 2 21:36:59 UTC 2021


On Thu, Oct 15, 2020 at 02:50:28PM +0300, Andy Shevchenko wrote:
> When print GUIDs supply pointer to the efi_guid_t (guid_t) type rather
> its internal members.

Any comment on this?

> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
>  security/integrity/platform_certs/efi_parser.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/security/integrity/platform_certs/efi_parser.c b/security/integrity/platform_certs/efi_parser.c
> index 18f01f36fe6a..d98260f8402a 100644
> --- a/security/integrity/platform_certs/efi_parser.c
> +++ b/security/integrity/platform_certs/efi_parser.c
> @@ -55,7 +55,7 @@ int __init parse_efi_signature_list(
>  		memcpy(&list, data, sizeof(list));
>  		pr_devel("LIST[%04x] guid=%pUl ls=%x hs=%x ss=%x\n",
>  			 offs,
> -			 list.signature_type.b, list.signature_list_size,
> +			 &list.signature_type, list.signature_list_size,
>  			 list.signature_header_size, list.signature_size);
>  
>  		lsize = list.signature_list_size;
> -- 
> 2.28.0
> 

-- 
With Best Regards,
Andy Shevchenko




More information about the Linux-security-module-archive mailing list