public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/7] MdeModulePkg/Udf: Code refinements
@ 2017-09-15  4:57 Hao Wu
  2017-09-15  4:57 ` [PATCH 1/7] MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr deref Hao Wu
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Hao Wu @ 2017-09-15  4:57 UTC (permalink / raw)
  To: edk2-devel
  Cc: Hao Wu, Paulo Alcantara, Ruiyu Ni, Star Zeng, Eric Dong,
	Dandan Bi

The series introduces the following code refinements for UdfDxe &
PartitionDxe:

a. Add checks to ensure no possible NULL pointer dereference
b. Reslove operands of different size in bitwise operations
c. Use compare operator for non-boolean comparisons
d. Refine function description comments
e. Refine local variable initialization
f. Refine enum members naming style

Cc: Paulo Alcantara <pcacjr@zytor.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>

Hao Wu (7):
  MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr deref
  MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OP
  MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisons
  MdeModulePkg/Udf: Refine function description comments
  MdeModulePkg/UdfDxe: Avoid short (single character) variable name
  MdeModulePkg/Udf: Avoid declaring and initializing local GUID variable
  MdeModulePkg/UdfDxe: Refine enum member naming style

 MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c            |  20 +-
 MdeModulePkg/Universal/Disk/UdfDxe/File.c                 |   5 +-
 MdeModulePkg/Universal/Disk/UdfDxe/FileName.c             |  27 +-
 MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 483 +++++++++++++++-----
 MdeModulePkg/Universal/Disk/UdfDxe/Udf.h                  |  49 +-
 5 files changed, 432 insertions(+), 152 deletions(-)

-- 
2.12.0.windows.1



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

end of thread, other threads:[~2017-09-19  3:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15  4:57 [PATCH 0/7] MdeModulePkg/Udf: Code refinements Hao Wu
2017-09-15  4:57 ` [PATCH 1/7] MdeModulePkg/UdfDxe: Add checks to ensure no possible NULL ptr deref Hao Wu
2017-09-15  4:57 ` [PATCH 2/7] MdeModulePkg/UdfDxe: Fix operands of different size in bitwise OP Hao Wu
2017-09-15  4:57 ` [PATCH 3/7] MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisons Hao Wu
2017-09-15  4:57 ` [PATCH 4/7] MdeModulePkg/Udf: Refine function description comments Hao Wu
2017-09-15  4:57 ` [PATCH 5/7] MdeModulePkg/UdfDxe: Avoid short (single character) variable name Hao Wu
2017-09-15  4:57 ` [PATCH 6/7] MdeModulePkg/Udf: Avoid declaring and initializing local GUID variable Hao Wu
2017-09-15  4:57 ` [PATCH 7/7] MdeModulePkg/UdfDxe: Refine enum member naming style Hao Wu
2017-09-15 21:47 ` [PATCH 0/7] MdeModulePkg/Udf: Code refinements Paulo Alcantara
2017-09-19  3:30   ` Zeng, Star
2017-09-19  3:36     ` Wu, Hao A

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