Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao
Cc: Yonghong Zhu
Cc: Signed-off-by: Bob Feng
---
BaseTools/Source/Python/Common/Misc.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/BaseTools/Source/Python/Common/Misc.py
b/BaseTools
Hi Ard, Ray,
Have we come to the final conclusion? Or are we still waiting for more comments
on this?
Thanks,
Gary
On Thu, Dec 21, 2017 at 10:07:51AM +, Ard Biesheuvel wrote:
> On 21 December 2017 at 09:59, Ni, Ruiyu wrote:
> > On 12/21/2017 5:52 PM, Ard Biesheuvel wrote:
> >>
> >> On 21
TCP payload check is implemented by TcpVerifySegment(), but all the function
calls of TcpVerifySegment() are placed in ASSERT(), which is only valid for
debug version:
ASSERT (TcpVerifySegment (Nbuf) != 0);
This patch is to enable the check for release version.
Cc: Ye Ting
Cc: Fu Siyuan
Cc: W
Cc: Wang Fan
Cc: Ye Ting
Cc: Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
NetworkPkg/HttpDxe/HttpImpl.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/NetworkPkg/HttpDxe/HttpImpl.c b/NetworkPkg/HttpDxe/HttpImpl.c
ind
Cc: Wang Fan
Cc: Ye Ting
Cc: Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
Jiaxin Wu (2):
NetworkPkg/HttpDxe: Fix the memory leak issue in HttpRequest().
NetworkPkg/HttpDxe: Remove the unnecessary ASSERT.
NetworkPkg/HttpDxe/HttpImpl.c | 17 +++
Cc: Wang Fan
Cc: Ye Ting
Cc: Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
NetworkPkg/HttpDxe/HttpImpl.c | 9 +
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/NetworkPkg/HttpDxe/HttpImpl.c b/NetworkPkg/HttpDxe/HttpImpl.c
in
Reviewed-by: Liming Gao
> -Original Message-
> From: Zhu, Yonghong
> Sent: Tuesday, December 26, 2017 2:08 PM
> To: edk2-devel@lists.01.org
> Cc: Gao, Liming
> Subject: [Patch] BaseTools: Update copyright year info of DSC/DEC/INF
> BuilData.py file
>
> The DecBuildData.py, DscBuildData
The DecBuildData.py, DscBuildData.py and InfBuildData.py were separated
from WorkspaceDatabase.py, so we updated to use same copyright year
info.
Cc: Liming Gao
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu
---
BaseTools/Source/Python/Workspace/DecBuildData
On Tue, Dec 26, 2017 at 10:36:47AM +0800, Jiaxin Wu wrote:
> v2:
> * Fix GCC the build error.
>
> This patch is to add the boundary condition check to make sure
> the accessed buffer is valid.
>
> Cc: Gary Lin
> Cc: Ye Ting
> Cc: Fu Siyuan
> Cc: Wang Fan
> Contributed-under: TianoCore Contrib
Reviewed-by: Liming Gao
>-Original Message-
>From: Feng, Bob C
>Sent: Tuesday, December 26, 2017 11:34 AM
>To: edk2-devel@lists.01.org
>Cc: Feng, Bob C ; Gao, Liming
>Subject: [Patch] BaseTools: Fix building FatPkg failed issue
>
>Using property instead of vairable for DecPcds.
>
>Contri
Using property instead of vairable for DecPcds.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng
CC: Liming Gao
---
BaseTools/Source/Python/Workspace/DscBuildData.py | 18 --
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/BaseTools/
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: zwei4
Cc: michael.d.kin...@intel.com
Cc: mike...@intel.com
---
.../Library/SerialPortLib/PlatformSerialPortLib.h | 128 +++--
.../Library/SerialPortLib/SerialPortLib.c | 514 ++---
Vlv2TbltDevicePkg/L
v2:
* Fix GCC the build error.
This patch is to add the boundary condition check to make sure
the accessed buffer is valid.
Cc: Gary Lin
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Library/DxeHttpLi
Thanks to catch that.
Best Regards!
Jiaxin
> -Original Message-
> From: Gary Lin [mailto:g...@suse.com]
> Sent: Tuesday, December 26, 2017 9:56 AM
> To: Wu, Jiaxin
> Cc: edk2-devel@lists.01.org; Ye, Ting ; Wang, Fan
> ; Fu, Siyuan
> Subject: Re: [edk2] [Patch 1/5] MdeModulePkg/DxeHttpLi
On Tue, Dec 26, 2017 at 09:33:45AM +0800, Jiaxin Wu wrote:
> This patch is to add the boundary condition check to make sure
> the accessed buffer is valid.
>
> Cc: Ye Ting
> Cc: Fu Siyuan
> Cc: Wang Fan
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Wu Jiaxin
> ---
Reviewed-by: Fu Siyuan
> -Original Message-
> From: Wu, Jiaxin
> Sent: Tuesday, December 26, 2017 9:34 AM
> To: edk2-devel@lists.01.org
> Cc: Ye, Ting ; Fu, Siyuan ; Wang,
> Fan ; Wu, Jiaxin
> Subject: [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in
> DxeHttpLib.
>
> Cc: Ye Ti
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
Jiaxin Wu (5):
MdeModulePkg/DxeHttpLib: Add boundary condition check.
MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error
happen.
MdeModulePkg/DxeHt
This patch is to add the boundary condition check to make sure
the accessed buffer is valid.
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 39 --
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Include/Library/HttpLib.h | 1 +
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 25 -
2 files changed, 21 insertions(+), 5 del
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Include/Library/HttpLib.h | 5 +++--
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 11 ++-
2 files changed, 9 insertions(+), 7 deletions(-)
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
b/MdeModulePkg/Library
Cc: Ye Ting
Cc: Fu Siyuan
Cc: Wang Fan
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin
---
MdeModulePkg/Include/Library/HttpLib.h | 4 +-
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 118 +--
2 files changed, 60 insertions(+),
It is pity to add this alignment requirement, because the some special case
tail overflow might not be caught.
If any other driver has such assumption, we may add ASSERT() to make sure the
memory allocated is 8-byte aligned. As such we can catch this problem earlier,
such as the Variable driver
Liming:
The other macros have comments both before the compiler directives and
before each define for each compiler.
To me it looks like these are slightly differently formulated only and
kinda redundant too.
Is there a rule or do you have suggestions for writing comments for this
kind of macro?
O
Reviewed-by: Eric Dong
-Original Message-
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming
Gao
Sent: Monday, December 25, 2017 6:25 PM
To: edk2-devel@lists.01.org
Subject: [edk2] [Patch] MdeModulePkg HiiDataBaseDxe: Initialize the local
variable before refer
Make VS2012x86 and GCC48 pass build
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao
---
MdeModulePkg/Universal/HiiDatabaseDxe/Database.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
b/MdeModulePkg/Unive
On 25 December 2017 at 10:10, Gao, Liming wrote:
> Ard:
> Thanks for your quick report. I verify it with GCC5 and GCC49 tool chain on
> IA32 and X64 arch. But, I don't get this warning. Could you let me how to
> catch it?
>
This is using GCC48 for ARM/AARCH64. The diagnostic may be inaccurate
Ard:
Thanks for your quick report. I verify it with GCC5 and GCC49 tool chain on
IA32 and X64 arch. But, I don't get this warning. Could you let me how to catch
it?
>-Original Message-
>From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
>Sent: Monday, December 25, 2017 6:04 PM
>To
On 25 December 2017 at 09:36, Gao, Liming wrote:
> Hi, all
> I just push this feature in edk2 trunk. Revision c40dbe5e7bf9..
> 7c7362651323. If you find any issue, please let me know.
>
Hello Liming,
The patch
MdeModulePkg HiiDataBase: Enable Firmware to retrieve the default setting
breaks
Hi, all
I just push this feature in edk2 trunk. Revision c40dbe5e7bf9.. 7c7362651323.
If you find any issue, please let me know.
Thanks
Liming
>-Original Message-
>From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
>Liming Gao
>Sent: Friday, December 01, 2017 10:59
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wei, David
Cc: Kinney, Michael D
Cc: Wu, Mike
---
.../Library/SerialPortLib/PlatformSerialPortLib.h | 128 +++--
.../Library/SerialPortLib/SerialPortLib.c | 514 ++---
Vlv2TbltDevicePkg/Library/Seri
31 matches
Mail list logo