diff options
author | Marvin H?user <mhaeuser@posteo.de> | 2021-08-16 04:11:56 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-30 01:58:31 +0000 |
commit | b04453d36bd87735aadd29adbefce8d147f18a35 (patch) | |
tree | a2b0b341f7da56ee2d2486a3bb8d33d2caae4a79 /BaseTools/Source/Python | |
parent | 77d5fa80246e8784f89e109ff9dadfeb7089ff85 (diff) | |
download | edk2-b04453d36bd87735aadd29adbefce8d147f18a35.zip edk2-b04453d36bd87735aadd29adbefce8d147f18a35.tar.gz edk2-b04453d36bd87735aadd29adbefce8d147f18a35.tar.bz2 |
MdeModulePkg/EbcDxe: Mitigate memcpy intrinsics
Assignments of structure values cause the emission of memcpy()
intrinsics by the CLANG38 toolchain. Substitute the assignments with
calls to CopyMem() to mitigate the issue.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Vitaly Cheptsov <vit9696@protonmail.com>
Signed-off-by: Marvin H?user <mhaeuser@posteo.de>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions