From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Fu, Siyuan" <siyuan.fu@intel.com>,
"Armour, Nicholas" <nicholas.armour@intel.com>
Cc: "Wu, Jiaxin" <jiaxin.wu@intel.com>,
Maciej Rabeda <maciej.rabeda@linux.intel.com>
Subject: Re: [edk2-devel] [PATCH v4 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets (CVE-2019-14559)
Date: Thu, 20 Feb 2020 05:53:56 +0000 [thread overview]
Message-ID: <0aa113ca68e34c02b60e0c9e758bdb29@intel.com> (raw)
In-Reply-To: <B1FF2E9001CE9041BD10B825821D5BC58B98DE3F@SHSMSX103.ccr.corp.intel.com>
This patch is for BZ https://bugzilla.tianocore.org/show_bug.cgi?id=2031
So, please add this line into the commit message. This can be done when submit this patch. Don't need to send the patch again.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2031
Thanks
Liming
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Siyuan, Fu
> Sent: Thursday, February 20, 2020 8:31 AM
> To: Armour, Nicholas <nicholas.armour@intel.com>; devel@edk2.groups.io
> Cc: Wu, Jiaxin <jiaxin.wu@intel.com>; Maciej Rabeda <maciej.rabeda@linux.intel.com>
> Subject: Re: [edk2-devel] [PATCH v4 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets (CVE-2019-14559)
>
> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
>
> > -----Original Message-----
> > From: Armour, Nicholas <nicholas.armour@intel.com>
> > Sent: 2020年2月20日 8:23
> > To: devel@edk2.groups.io
> > Cc: Armour, Nicholas <nicholas.armour@intel.com>; Wu, Jiaxin
> > <jiaxin.wu@intel.com>; Maciej Rabeda <maciej.rabeda@linux.intel.com>; Fu,
> > Siyuan <siyuan.fu@intel.com>
> > Subject: [PATCH v4 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets
> > (CVE-2019-14559)
> >
> > Update copyright
> >
> > Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> > Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
> > Cc: Siyuan Fu <siyuan.fu@intel.com>
> > Signed-off-by: Nicholas Armour <nicholas.armour@intel.com>
> > ---
> > NetworkPkg/ArpDxe/ArpImpl.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/NetworkPkg/ArpDxe/ArpImpl.c b/NetworkPkg/ArpDxe/ArpImpl.c
> > index 9cdb33f2bd66..ed2d756d3e17 100644
> > --- a/NetworkPkg/ArpDxe/ArpImpl.c
> > +++ b/NetworkPkg/ArpDxe/ArpImpl.c
> > @@ -1,7 +1,7 @@
> > /** @file
> > The implementation of the ARP protocol.
> >
> > -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
> > +Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
> > SPDX-License-Identifier: BSD-2-Clause-Patent
> >
> > **/
> > @@ -113,7 +113,7 @@ ArpOnFrameRcvdDpc (
> > //
> > // Restart the receiving if packet size is not correct.
> > //
> > - goto RESTART_RECEIVE;
> > + goto RECYCLE_RXDATA;
> > }
> >
> > //
> > @@ -125,7 +125,7 @@ ArpOnFrameRcvdDpc (
> > Head->OpCode = NTOHS (Head->OpCode);
> >
> > if (RxData->DataLength < (sizeof (ARP_HEAD) + 2 * Head->HwAddrLen + 2 *
> > Head->ProtoAddrLen)) {
> > - goto RESTART_RECEIVE;
> > + goto RECYCLE_RXDATA;
> > }
> >
> > if ((Head->HwType != ArpService->SnpMode.IfType) ||
> > --
> > 2.16.2.windows.1
>
>
>
prev parent reply other threads:[~2020-02-20 5:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1582158126.git.nicholas.armour@intel.com>
2020-02-20 0:23 ` [PATCH v4 1/1] NetworkPkg/ArpDxe: Recycle invalid ARP packets (CVE-2019-14559) Armour, Nicholas
2020-02-20 0:31 ` Siyuan, Fu
2020-02-20 5:53 ` Liming Gao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0aa113ca68e34c02b60e0c9e758bdb29@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox