[edk2-devel] [edk2-platform PATCH] Intel/FitGen: Fixed overflow issue when overlap checking

2022-01-24 Thread Vin Xue
When creating FIT table, if a IBB FV (e.g. Security FV) is blow ACM FV ( e.g. Firmware Binaries FV), but the size of IBB FV is smaller than ACM FV, it will cause overflow issue, unexpected split will happen. Added a statement checking to avoid this issue. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Ch

Re: [edk2-devel] [edk2-platform PATCH] Intel/FitGen: Fixed overflow issue when overlap checking

2022-02-22 Thread Vin Xue
Hi Sir, Could you help to review this simple change? It was verified on Client BIOS. Thanks. From: Vin Xue Sent: Monday, January 24, 2022 5:09 PM To: devel@edk2.groups.io Cc: Bob Feng ; Liming Gao ; Yuwei Chen Subject: [edk2-platform PATCH] Intel/FitGen: Fixe