Re: [edk2] [Patch 1/5] MdeModulePkg/DxeHttpLib: Add boundary condition check.

2017-12-25 Thread Wu, Jiaxin
> <fan.w...@intel.com>; Fu, Siyuan <siyuan...@intel.com> > Subject: Re: [edk2] [Patch 1/5] MdeModulePkg/DxeHttpLib: Add boundary > condition check. > > On Tue, Dec 26, 2017 at 09:33:45AM +0800, Jiaxin Wu wrote: > > This patch is to add the boundary condition check t

Re: [edk2] [Patch 1/5] MdeModulePkg/DxeHttpLib: Add boundary condition check.

2017-12-25 Thread Gary Lin
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

[edk2] [Patch 1/5] MdeModulePkg/DxeHttpLib: Add boundary condition check.

2017-12-25 Thread Jiaxin Wu
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