Re: [PATCH 5/8] efi: Get the secure boot status [ver #6]

From: David Howells
Date: Tue Jan 31 2017 - 09:15:49 EST


Matt Fleming <matt@xxxxxxxxxxxxxxxxxxx> wrote:

> - grub_memcpy (params, &lh, 2 * 512);
> + grub_memcpy (params, (grub_uint8_t *)&lh[512], 512);

It would appear this change is wrong and params needs to be changed to params
+ 512 or something similar.

David