commit | d0a349e24a0488111894c35ba5198dbf8ebe313a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 05 16:35:52 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Oct 09 07:00:29 2017 +0200 |
tree | bb597213405447724eacc8aa0f38cc705732823c | |
parent | a5270e03ac3e3ef607c180986f46c4c74d6bed50 [diff] |
efi_loader: parameters of CopyMem and SetMem 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.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>