On 5 October 2017 at 08:35, Heinrich Schuchardt <xypron.g...@gmx.de> wrote:
> The UEFI spec defines the length parameters of CopyMem and SetMem
> as UINTN. We should size_t here.
>
> The source buffer of CopyMem should be marked as const.
>
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> ---
> v2
>         no change
> ---
>  include/efi_api.h             |  7 +++----
>  lib/efi_loader/efi_boottime.c | 10 +++++-----
>  2 files changed, 8 insertions(+), 9 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to