[edk2] [PATCH 0/2] Refine UDF related codes

Hao Wu posted 2 patches 6 years, 5 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c      |  7 +++----
MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c            | 17 +++++++++++++++++
MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 12 +++++++-----
3 files changed, 27 insertions(+), 9 deletions(-)
[edk2] [PATCH 0/2] Refine UDF related codes
Posted by Hao Wu 6 years, 5 months ago
The series will do the following refinements:
a. Merge the discovery of the El Torito feature on CD/DVD media into the
   detect of UDF;
b. Avoid possible loss track of the allocated buffer pointer in UdfDxe.

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>

Hao Wu (2):
  MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDF
  MdeModulePkg/UdfDxe: Avoid possible loss track of allocated buffer

 MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c      |  7 +++----
 MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c            | 17 +++++++++++++++++
 MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 12 +++++++-----
 3 files changed, 27 insertions(+), 9 deletions(-)

-- 
2.12.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/2] Refine UDF related codes
Posted by Paulo Alcantara 6 years, 5 months ago
Hi Hao,

On 14/11/2017 05:51, Hao Wu wrote:
> The series will do the following refinements:
> a. Merge the discovery of the El Torito feature on CD/DVD media into the
>     detect of UDF;
> b. Avoid possible loss track of the allocated buffer pointer in UdfDxe.
> 
> 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>
> 
> Hao Wu (2):
>    MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDF
>    MdeModulePkg/UdfDxe: Avoid possible loss track of allocated buffer
> 
>   MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c      |  7 +++----
>   MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c            | 17 +++++++++++++++++
>   MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 12 +++++++-----
>   3 files changed, 27 insertions(+), 9 deletions(-)
> 

Looks good to me. Thanks for fixing and testing it!

Reviewed-by: Paulo Alcantara <pcacjr@zytor.com>

Paulo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel