]> git.proxmox.com Git - mirror_edk2.git/commit - StandaloneMmPkg/Core/Dispatcher.c
StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG string
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Tue, 9 Jun 2020 08:16:05 +0000 (10:16 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 16 Jun 2020 16:15:00 +0000 (16:15 +0000)
commitbd7c73ba7706d82a974799aac39e48e05dccd169
tree2cd9c665202e7bc22f7a8ea8f905e8583eb9bf77
parenta2433243fbe471c250d7eddc2c7da325d91265fd
StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG string

FvIsBeingProcessed () emits a DEBUG print with the intent to print
the memory address of the FV that is being processed, but instead,
it prints the contents of an uninitialized stack variable.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
StandaloneMmPkg/Core/Dispatcher.c