Re: [edk2-devel] [PATCH 2/5] StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG string

2020-06-15 Thread Sami Mujawar
Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#61288): https://edk2.groups.io/g/devel/message/61288 Mute This Topic: https://groups.io/mt/74792289/21656 Group Owner:

Re: [edk2-devel] [PATCH 2/5] StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG string

2020-06-14 Thread Yao, Jiewen
war ; > Ilias Apalodimas > Subject: [edk2-devel] [PATCH 2/5] 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 th

[edk2-devel] [PATCH 2/5] StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG string

2020-06-10 Thread Ard Biesheuvel
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 --- StandaloneMmPkg/Core/Dispatcher.c | 2 +- 1 file changed, 1