[edk2] [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in DxeHttpLib.

Jiaxin Wu posted 5 patches 6 years, 3 months ago
Failed in applying to current master (apply log)
MdeModulePkg/Include/Library/HttpLib.h       |  10 +-
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 190 +++++++++++++++++----------
2 files changed, 125 insertions(+), 75 deletions(-)
[edk2] [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in DxeHttpLib.
Posted by Jiaxin Wu 6 years, 3 months ago
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>

Jiaxin Wu (5):
  MdeModulePkg/DxeHttpLib: Add boundary condition check.
  MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error
    happen.
  MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.
  MdeModulePkg/DxeHttpLib: Correct some return Status.
  MdeModulePkg/DxeHttpLib: Refine some coding style.

 MdeModulePkg/Include/Library/HttpLib.h       |  10 +-
 MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 190 +++++++++++++++++----------
 2 files changed, 125 insertions(+), 75 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in DxeHttpLib.
Posted by Fu, Siyuan 6 years, 3 months ago
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>

> -----Original Message-----
> From: Wu, Jiaxin
> Sent: Tuesday, December 26, 2017 9:34 AM
> To: edk2-devel@lists.01.org
> Cc: Ye, Ting <ting.ye@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Wang,
> Fan <fan.wang@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
> Subject: [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in
> DxeHttpLib.
> 
> Cc: Ye Ting <ting.ye@intel.com>
> Cc: Fu Siyuan <siyuan.fu@intel.com>
> Cc: Wang Fan <fan.wang@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
> 
> Jiaxin Wu (5):
>   MdeModulePkg/DxeHttpLib: Add boundary condition check.
>   MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error
>     happen.
>   MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.
>   MdeModulePkg/DxeHttpLib: Correct some return Status.
>   MdeModulePkg/DxeHttpLib: Refine some coding style.
> 
>  MdeModulePkg/Include/Library/HttpLib.h       |  10 +-
>  MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 190 +++++++++++++++++-----
> -----
>  2 files changed, 125 insertions(+), 75 deletions(-)
> 
> --
> 1.9.5.msysgit.1

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