]> git.proxmox.com Git - mirror_edk2.git/commit - FmpDevicePkg/FmpDxe/FmpDxe.c
FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion
authorStar Zeng <star.zeng@intel.com>
Mon, 30 Jul 2018 02:35:09 +0000 (10:35 +0800)
committerKinney, Michael D <michael.d.kinney@intel.com>
Thu, 2 Aug 2018 21:46:19 +0000 (14:46 -0700)
commit559b5d5283ac6c0890b35e8684963e35f57f79b9
tree06f8baaa0305725aebb5cdc7aa582d81c1db4d60
parenta4c35479b79457f8419f0e83c4d60122269ffc64
FmpDevicePkg FmpDxe: Initialize DeviceLibLowestSupportedVersion

Some static tool reports "DeviceLibLowestSupportedVersion" is used,
but is uninitialized. It is false positive reporting based because
DeviceLibLowestSupportedVersion will have assigned value after
FmpDeviceGetLowestSupportedVersion() returns SUCCESS.

This patch updates the code to initialize
DeviceLibLowestSupportedVersion
to DEFAULT_LOWESTSUPPORTEDVERSION before calling
FmpDeviceGetLowestSupportedVersion().
It can pass the static tool's check.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
FmpDevicePkg/FmpDxe/FmpDxe.c