audk/DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm
Sami Mujawar 4d23a7ec84 DynamicTablesPkg: PPTT: Fix uninitialized memory usage
On enabling the /analyse option the VS2017 compiler
reports: warning C6001: Using uninitialized memory.

This warning is reported as some variables that were
being logged were uninitialised. To fix this, moved
the logging code after the variables being logged are
initialised.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
2020-03-29 16:53:35 +00:00
..
AcpiPpttLibArm.inf DynamicTablesPkg: Fix missing local header warning 2020-03-29 16:53:35 +00:00
PpttGenerator.c DynamicTablesPkg: PPTT: Fix uninitialized memory usage 2020-03-29 16:53:35 +00:00
PpttGenerator.h DynamicTablesPkg: Fix unaligned pointers usage 2020-03-29 16:53:35 +00:00