arm-trusted-firmware/plat/intel/soc/common/sip
Sieu Mun Tang e264b55739 fix(intel): update memcpy to memcpy_s
memcpy does not check the dst_size which may
create vulnerable issue as it can overflow the buffer.
Using memcpy_s which check the dst_size will help to
reduce the risk. Also, this memcpy is always 4 bytes
each time.

Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
Change-Id: I413e6ae2ee9330501703c4cd63b7943c6f55b4c7
2024-08-26 07:59:10 +08:00
..
socfpga_sip_ecc.c feat(intel): restructure sys mgr for Agilex 2023-05-23 21:13:05 +08:00
socfpga_sip_fcs.c fix(intel): update memcpy to memcpy_s 2024-08-26 07:59:10 +08:00