commit | f9dab3aa7893860575e60cdceac14e09ed6d7ff2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 09:52:48 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 11:06:23 2020 +0100 |
tree | bd4f1f90e48d52e087613176f79b2c943f0ce5c4 | |
parent | 582f857a964b5bbdcd00dd12c4f076b2afbb057b [diff] |
efi_loader: fix freestanding memmove() For EFI binaries we have to provide an implementation of memmove() in efi_freestanding.c. Before this patch the memmove() function was copying in the wrong direction. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>