From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4823D21951C8C for ; Wed, 26 Apr 2017 03:17:11 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A4418C04B923; Wed, 26 Apr 2017 10:17:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A4418C04B923 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A4418C04B923 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-72.phx2.redhat.com [10.3.116.72]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7FED08248B; Wed, 26 Apr 2017 10:17:09 +0000 (UTC) To: "Carsey, Jaben" , =?UTF-8?Q?Marvin_H=c3=a4user?= References: <20170425135727.4862-1-lersek@redhat.com> Cc: edk2-devel-01 , "Ni, Ruiyu" , Qiu Shumin From: Laszlo Ersek Message-ID: Date: Wed, 26 Apr 2017 12:17:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 26 Apr 2017 10:17:10 +0000 (UTC) Subject: Re: [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 10:17:11 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 04/25/17 17:28, Carsey, Jaben wrote: > I am good with the series. Good research and description! > > Reviewed-by: Jaben Carsey Thank you Jaben and Marvin for the prompt reviews! Series pushed as 6bbd4a8f5f2a..227fe49d5d4f. Cheers, Laszlo > >> -----Original Message----- >> From: Laszlo Ersek [mailto:lersek@redhat.com] >> Sent: Tuesday, April 25, 2017 6:57 AM >> To: edk2-devel-01 >> Cc: Carsey, Jaben ; Marvin Häuser >> ; Qiu Shumin ; Ni, >> Ruiyu >> Subject: [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing >> Importance: High >> >> The first patch cleans up a bit of mess around the SPLIT_LIST structure. >> This is unrelated to the actual bug being fixed in the series, it just >> prepares the grounds. >> >> The second patch fixes the bug. >> >> Repo: https://github.com/lersek/edk2.git >> Branch: shell_split >> >> Cc: Jaben Carsey >> Cc: Marvin Häuser >> Cc: Qiu Shumin >> Cc: Ruiyu Ni >> >> Thanks >> Laszlo >> >> Laszlo Ersek (2): >> ShellPkg/Shell: clean up bogus member types in SPLIT_LIST >> ShellPkg/Shell: eliminate double-free in RunSplitCommand() >> >> ShellPkg/Application/Shell/Shell.h | 4 ++-- >> ShellPkg/Application/Shell/Shell.c | 13 ++++++------- >> 2 files changed, 8 insertions(+), 9 deletions(-) >> >> -- >> 2.9.3 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >