]> Git Repo - J-u-boot.git/commit - lib/efi_loader/efi_boottime.c
efi_loader: fix CopyMem()
authorHeinrich Schuchardt <[email protected]>
Wed, 9 Jan 2019 20:41:13 +0000 (21:41 +0100)
committerAlexander Graf <[email protected]>
Wed, 13 Feb 2019 08:40:06 +0000 (09:40 +0100)
commit0bc81a717d1ce90008f9f8ae8b3c086d4405a295
tree8fd76846179586d6fba51e1204961705ba94177f
parentf6c6df7ebc12fdaab252c5869732cef6fa48d864
efi_loader: fix CopyMem()

CopyMem() must support overlapping buffers. So replace memcpy() by
memmove().

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_boottime.c
This page took 0.034971 seconds and 4 git commands to generate.