Skip to content
Commit ebbad02c authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: don't use memmove() in efi_var_mem_del()



efi_var_mem_del() is in __efi_runtime because it would be needed for a
runtime implementation of SetVariable(). memmove() is not in __efi_runtime.
So we should not use it in efi_var_mem_del().

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 01fa922b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment