Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-02 Thread Gary Lin
hanks, Gary Lin > Thanks, > Jiaxin > > > > -Original Message- > > From: Gary Lin [mailto:g...@suse.com] > > Sent: Monday, July 2, 2018 4:17 PM > > To: Wu, Jiaxin > > Cc: Ye, Ting ; edk2-devel@lists.01.org; Fu, Siyuan > > > > Subject: R

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-02 Thread Wu, Jiaxin
Gary Lin > > > Thanks, > > Jiaxin > > > > > > > > > > > -Original Message- > > > > From: Gary Lin [mailto:g...@suse.com] > > > > Sent: Monday, July 2, 2018 12:17 PM > > > > To: Wu, Jiaxin > > > > Cc: e

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-02 Thread Gary Lin
gt; > To: Wu, Jiaxin > > > Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan > > > > > > Subject: Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when > > > parsing HTTP(S) message body. > > > > > > On Mon, Jul 02, 2018 at 10:19:30AM +0800, Jia

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Wu, Jiaxin
8 12:17 PM > > To: Wu, Jiaxin > > Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan > > > > Subject: Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when > > parsing HTTP(S) message body. > > > > On Mon, Jul 02, 2018 at 10:19:30AM

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Wu, Jiaxin
Cc: edk2-devel@lists.01.org; Ye, Ting ; Fu, Siyuan > > Subject: Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when > parsing HTTP(S) message body. > > On Mon, Jul 02, 2018 at 10:19:30AM +0800, Jiaxin Wu wrote: > > *v2: Resolve the conflict commit. > > >

Re: [edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Gary Lin
On Mon, Jul 02, 2018 at 10:19:30AM +0800, Jiaxin Wu wrote: > *v2: Resolve the conflict commit. > > HttpBodyParserCallback function is to parse the HTTP(S) message body so as to > confirm whether there is the next message header. But it doesn't record the > parsing message data/length correctly. >

[edk2] [Patch v2] NetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S) message body.

2018-07-01 Thread Jiaxin Wu
*v2: Resolve the conflict commit. HttpBodyParserCallback function is to parse the HTTP(S) message body so as to confirm whether there is the next message header. But it doesn't record the parsing message data/length correctly. This patch is refine the parsing logic so as to fix the potential