Re: [edk2] [PATCH 0/7] MdeModulePkg/Udf: Code refinements

2017-09-18 Thread Wu, Hao A
Sure, I will keep an eye on the changes in UDF-related code. Best Regards, Hao Wu > -Original Message- > From: Zeng, Star > Sent: Tuesday, September 19, 2017 11:31 AM > To: Paulo Alcantara; Wu, Hao A; edk2-devel@lists.01.org > Cc: Ni, Ruiyu; Dong, Eric; Bi, Dandan; Zeng, Star > Subject:

Re: [edk2] [PATCH 0/7] MdeModulePkg/Udf: Code refinements

2017-09-18 Thread Zeng, Star
Thanks for keeping improving the UDF code. Reviewed-by: Star Zeng Hao, you may push this patch series first, after that, could you help kindly check whether are there similar issues with the new patch series at https://lists.01.org/pipermail/edk2-devel/2017-September/014791.html? Thanks, Star

Re: [edk2] [PATCH 0/7] MdeModulePkg/Udf: Code refinements

2017-09-15 Thread Paulo Alcantara
Hi Hao, On 15/09/2017 01:57, Hao Wu wrote: 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

[edk2] [PATCH 0/7] MdeModulePkg/Udf: Code refinements

2017-09-14 Thread Hao Wu
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. Re