mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
FmpVersionsCount is a UINTN while the loop index variable compared against it is a UINT8. This can lead to an overflow of the loop index for FmpVersionsCount values larger than UINT8_MAX. This change makes Index a UINTN to match in width. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> |
||
|---|---|---|
| .. | ||
| CapsuleUpdatePolicyDxe | ||
| FmpDxe | ||
| Include | ||
| Library | ||
| PrivateInclude | ||
| Test | ||
| FmpDevicePkg.ci.yaml | ||
| FmpDevicePkg.dec | ||
| FmpDevicePkg.dsc | ||
| FmpDevicePkg.uni | ||
| FmpDevicePkgExtra.uni | ||