audk/MdePkg/Library/BaseMemoryLibOptDxe/AArch64
Ard Biesheuvel 8b4ca351dd MdePkg/BaseMemoryLibOptDxe ARM AARCH64: fix thinko in SetMem##
The new InternalMemSetMem##() implementations for ARM and AARCH64 in
BaseMemoryLibOptDxe fail to take into account that the 'length' argument
is not in bytes, but in number of items to be copied. So multiply by the
item size before proceeding.

Reported-by: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
2016-09-23 11:50:51 +01:00
..
CompareGuid.S MdePkg/BaseMemoryLibOptDxe ARM|AARCH64: implement accelerated GUID functions 2016-09-21 08:43:17 +01:00
CompareMem.S MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routines 2016-09-13 16:28:15 +01:00
CopyMem.S MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routines 2016-09-13 16:28:15 +01:00
ScanMem.S MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routines 2016-09-13 16:28:15 +01:00
SetMem.S MdePkg/BaseMemoryLibOptDxe ARM AARCH64: fix thinko in SetMem## 2016-09-23 11:50:51 +01:00