[edk2] [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing

Laszlo Ersek posted 2 patches 6 years, 12 months ago
Failed in applying to current master (apply log)
ShellPkg/Application/Shell/Shell.h |  4 ++--
ShellPkg/Application/Shell/Shell.c | 13 ++++++-------
2 files changed, 8 insertions(+), 9 deletions(-)
[edk2] [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing
Posted by Laszlo Ersek 6 years, 12 months ago
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 <jaben.carsey@intel.com>
Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
Cc: Qiu Shumin <shumin.qiu@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>

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
Re: [edk2] [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing
Posted by Carsey, Jaben 6 years, 12 months ago
I am good with the series. Good research and description!

Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

> -----Original Message-----
> From: Laszlo Ersek [mailto:lersek@redhat.com]
> Sent: Tuesday, April 25, 2017 6:57 AM
> To: edk2-devel-01 <edk2-devel@lists.01.org>
> Cc: Carsey, Jaben <jaben.carsey@intel.com>; Marvin Häuser
> <Marvin.Haeuser@outlook.com>; Qiu Shumin <shumin.qiu@intel.com>; Ni,
> Ruiyu <ruiyu.ni@intel.com>
> 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 <jaben.carsey@intel.com>
> Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
> Cc: Qiu Shumin <shumin.qiu@intel.com>
> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
> 
> 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
Re: [edk2] [PATCH 0/2] ShellPkg/Shell: fix double free in pipeline processing
Posted by Laszlo Ersek 6 years, 12 months ago
On 04/25/17 17:28, Carsey, Jaben wrote:
> I am good with the series. Good research and description!
> 
> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

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 <edk2-devel@lists.01.org>
>> Cc: Carsey, Jaben <jaben.carsey@intel.com>; Marvin Häuser
>> <Marvin.Haeuser@outlook.com>; Qiu Shumin <shumin.qiu@intel.com>; Ni,
>> Ruiyu <ruiyu.ni@intel.com>
>> 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 <jaben.carsey@intel.com>
>> Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>
>> Cc: Qiu Shumin <shumin.qiu@intel.com>
>> Cc: Ruiyu Ni <ruiyu.ni@intel.com>
>>
>> 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
> 

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