commit | 07d83eed760d7205baaf72ae263f0e9d51b52d11 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Mon Oct 03 10:50:01 2022 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Mon Oct 03 10:50:01 2022 +0200 |
tree | e054f64da45ee36365827a350e50a504602cc43d | |
parent | 2e10d9f96ea7b3d2f73dcaea0e9bcc0177bb5199 [diff] | |
parent | 8482cb60e1089579cf8da4d5e31f4b16e7815ea9 [diff] |
Merge "fix(intel): fix Mac verify update and finalize for return response data" into integration
diff --git a/plat/intel/soc/common/sip/socfpga_sip_fcs.c b/plat/intel/soc/common/sip/socfpga_sip_fcs.c index eacc4dd..facee0f 100644 --- a/plat/intel/soc/common/sip/socfpga_sip_fcs.c +++ b/plat/intel/soc/common/sip/socfpga_sip_fcs.c
@@ -979,7 +979,7 @@ return INTEL_SIP_SMC_STATUS_REJECTED; } - if (data_size >= src_size) { + if (data_size > src_size) { return INTEL_SIP_SMC_STATUS_REJECTED; }