commit | fc05a9590689b70fffdb9914e9867ea53fd579fa | [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 | f7c78176d6925726d654cd84eb866c7b39da1b13 [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>