[AMD Official Use Only - AMD Internal Distribution Only]
I support this.
Thanks,
Paul
-Original Message-
From: Rebecca Cran
Sent: Monday, July 1, 2024 12:17 PM
To: devel@edk2.groups.io
Cc: Leif Lindholm ; Michael D Kinney
; Ard Biesheuvel ;
Chang, Abner ; Attar, AbdulLateef (Abdul Lat
[AMD Official Use Only - AMD Internal Distribution Only]
Reviewed-by: Paul Grimes mailto:paul.gri...@amd.com>>
From: devel@edk2.groups.io on behalf of Abdul Lateef
Attar via groups.io
Sent: Thursday, May 23, 2024 7:00:03 PM
To: devel@edk2.groups.io ; michael.d.
[AMD Official Use Only - AMD Internal Distribution Only]
Thanks for the up-stream, Abner.
Looks good to me.
Reviewed-by: Paul Grimes
From: Yao, Ken
Sent: Thursday, May 23, 2024 1:30:48 AM
To: Zhai, MingXin (Duke) ; Chang, Abner
; devel@edk2.groups.io
Cc: Grim
From: Paul Grimes
In function BdsFormalizeConsoleVariable(), VariableSize is used
prior to being initialized. This change initializes the variable.
Cc: Zhiguang Liu
Cc: Ray Ni
Cc: Gua Guo
Signed-off-by: Paul Grimes
---
MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 2 ++
1 file changed, 2 inse
From: Paul Grimes
The variable 'VariableSize' is used prior to being
initialized. This patch initializes the variable.
https://github.com/pbgrimes/edk2/tree/fix_uninitialized_local_variable
Cc: Zhiguang Liu
Cc: Ray Ni
Cc: Gua Guo
Cc: Qi Zhang
Cc: Rahul Kumar
Paul Grimes (2):
MdeModule
From: Paul Grimes
In ProcessOpalRequest(), VariableSize is used prior to being
initialized. This change initializes the variable.
Cc: Qi Zhang
Cc: Rahul Kumar
Signed-off-by: Paul Grimes
---
SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/Se