]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 7 May 2015 15:37:10 +0000 (15:37 +0000)
committeroliviermartin <oliviermartin@Edk2>
Thu, 7 May 2015 15:37:10 +0000 (15:37 +0000)
commitffaa6b46ef42a5044aedbbcf16bf3cfdfd822de0
tree4238ac74b31da757b7be78ee33ea2e8989dae56b
parent80f882abd92f43a0f108ce83db58738618a19706
ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()

The EFI_FIRMWARE_VOLUME2_PROTOCOL::EFI_FV_READ_SECTION prototype
takes a pointer to a pointer to an output buffer, so we should
not dereference Image (which is a pointer to pointer type itself)
but pass its value directly.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17357 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/BdsLib/BdsFilePath.c