Re: [edk2] [PATCH 2/2] ShellPkg/UefiDpLib: Fix a memory leak issue in Dp.

2016-03-27 Thread Zeng, Star
On 2016/3/28 11:03, Cinnamon Shia wrote: The allocated memory of ParamPackage is not freed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Cinnamon Shia Reviewed-by: Star Zeng --- ShellPkg/Library/UefiDpLib/Dp.c | 3 +++

Re: [edk2] [PATCH 1/2] PerformancePkg/Dp_App: Fix a memory leak issue in Dp.

2016-03-27 Thread Zeng, Star
On 2016/3/28 11:03, Cinnamon Shia wrote: The allocated memory of ParamPackage is not freed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Cinnamon Shia Reviewed-by: Star Zeng --- PerformancePkg/Dp_App/Dp.c | 3 +++ 1

Re: [edk2] [Patch] BaseTools: Remove the unnecessary check for RAW File

2016-03-27 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Monday, March 28, 2016 9:44 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: Remove the unnecessary

[edk2] [Patch 2/2] NetworkPkg: Check received packet size before use it.

2016-03-27 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Cc: Subramanian Sriram --- NetworkPkg/Dhcp6Dxe/Dhcp6Io.c | 6 +- NetworkPkg/DnsDxe/DnsImpl.c | 18

[edk2] [Patch 1/2] MdeModulePkg: Check received packet size before use it.

2016-03-27 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Ye Ting Cc: Wu Jiaxin Cc: Subramanian Sriram --- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c | 78 ++

Re: [edk2] [PATCH 1/2] PerformancePkg/Dp_App: Fix a memory leak issue in Dp.

2016-03-27 Thread Qiu, Shumin
Reviewed-by: Qiu Shumin -Original Message- From: Cinnamon Shia [mailto:cinnamon.s...@hpe.com] Sent: Monday, March 28, 2016 11:03 AM To: edk2-devel@lists.01.org Cc: Carsey, Jaben; Qiu, Shumin; Zeng, Star; el...@hpe.com; Cinnamon Shia Subject: [PATCH 1/2]

Re: [edk2] [PATCH] MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStop

2016-03-27 Thread Tian, Feng
It's better to add more detail comments on code or commit log to explain why the re-entry happens. Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Wu, Hao A Sent: Thursday, March 17, 2016 10:45 AM To: edk2-devel@lists.01.org; Ni, Ruiyu

[edk2] [PATCH 1/2] PerformancePkg/Dp_App: Fix a memory leak issue in Dp.

2016-03-27 Thread Cinnamon Shia
The allocated memory of ParamPackage is not freed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Cinnamon Shia --- PerformancePkg/Dp_App/Dp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerformancePkg/Dp_App/Dp.c

[edk2] [PATCH 2/2] ShellPkg/UefiDpLib: Fix a memory leak issue in Dp.

2016-03-27 Thread Cinnamon Shia
The allocated memory of ParamPackage is not freed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Cinnamon Shia --- ShellPkg/Library/UefiDpLib/Dp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ShellPkg/Library/UefiDpLib/Dp.c

Re: [edk2] [PATCH] MdeModulePkg PartitionDxe: Some ISO images cannot be recognized properly

2016-03-27 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Wu, Hao A Sent: Thursday, March 17, 2016 10:46 AM To: edk2-devel@lists.01.org; Ni, Ruiyu ; Tian, Feng Cc: Wu, Hao A Subject: [PATCH]

Re: [edk2] [PATCH] MdeModulePkg DiskIoDxe: Media status check not be done at DiskIo level

2016-03-27 Thread Tian, Feng
Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Wu, Hao A Sent: Thursday, March 17, 2016 10:46 AM To: edk2-devel@lists.01.org; Ni, Ruiyu ; Tian, Feng Cc: Wu, Hao A Subject: [PATCH]

[edk2] [Patch 1/2] UefiCpuPkg/Cpuid.h: Add CPUID defines and structures for Intel SGX

2016-03-27 Thread Jeff Fan
Add Intel SGX Resource Enumeration Leaves as described by Section 37.7 in Intel(R) 64 and IA-32 Architectures Software Developer's Manual, Volume 3D, December 2015. Cc: Michael Kinney Cc: Feng Tian Contributed-under: TianoCore Contribution

[edk2] [Patch 2/2] UefiCpuPkg/Cpuid.h: Display Intel SGX Resource Enumeration Leaves

2016-03-27 Thread Jeff Fan
Cc: Michael Kinney Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan --- UefiCpuPkg/Application/Cpuid/Cpuid.c | 117 +++ 1 file changed, 117

[edk2] [Patch 0/2] Add CPUID defines and structures for Intel SGX

2016-03-27 Thread Jeff Fan
Intel SGX Resource Enumeration Leaves as described by Section 37.7 in Intel(R) 64 and IA-32 Architectures Software Developer's Manual, Volume 3D, December 2015. This serial of patches are to add Intel SGX CPUID definitions and display Intel SGX CPUID leaves in application. Jeff Fan (2):