public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Uninitialized local variable.
@ 2022-10-22 16:00 Paul
  2022-10-22 16:00 ` [PATCH v1 1/2] MdeModulePkg: BdsDxe: " Paul
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul @ 2022-10-22 16:00 UTC (permalink / raw)
  To: devel; +Cc: Zhiguang Liu, Ray Ni, Gua Guo, Qi Zhang, Rahul Kumar

From: Paul Grimes <paul.grimes@amd.com>

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 <zhiguang.liu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Gua Guo <gua.guo@intel.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>


Paul Grimes (2):
  MdeModulePkg: BdsDxe: Uninitialized local variable.
  SecurityPkg: OpalPasswordDxe: uninitialized local variable.

 MdeModulePkg/Universal/BdsDxe/BdsEntry.c       | 2 ++
 SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 1 +
 2 files changed, 3 insertions(+)

-- 
2.24.0.windows.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-26 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 16:00 [PATCH v1 0/2] Uninitialized local variable Paul
2022-10-22 16:00 ` [PATCH v1 1/2] MdeModulePkg: BdsDxe: " Paul
2022-10-22 16:00 ` [PATCH v1 2/2] SecurityPkg: OpalPasswordDxe: uninitialized " Paul
2022-10-26 13:45   ` [edk2-devel] " Yao, Jiewen
2022-10-26  1:17 ` 回复: [edk2-devel] [PATCH v1 0/2] Uninitialized " gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox