Yao, Jiewen
> Subject: RE: [edk2] [PATCH] ShellPkg: Fix buffer overflow issue in 'map'
> command.
> Importance: High
>
> Hi Jiewen,
> You are right. Patch updated.
>
> -Shumin
>
> -Original Message-
> From: Yao, Jiewen [mailto:jiewen.
, 2015 4:44 PM
> To: edk2-devel@lists.sourceforge.net; Carsey, Jaben
> Subject: Re: [edk2] [PATCH] ShellPkg: Fix buffer overflow issue in 'map'
> command.
>
> Hello
> The 2nd parameter should be: The maximum number of Destination Unicode
> char, including terminatin
Hi Jiewen,
You are right. Patch updated.
-Shumin
-Original Message-
From: Yao, Jiewen [mailto:jiewen@intel.com]
Sent: Friday, May 08, 2015 4:44 PM
To: edk2-devel@lists.sourceforge.net; Carsey, Jaben
Subject: Re: [edk2] [PATCH] ShellPkg: Fix buffer overflow issue in 'map'
lto:shumin@intel.com]
Sent: Friday, May 08, 2015 4:27 PM
To: edk2-devel@lists.sourceforge.net; Carsey, Jaben
Subject: [edk2] [PATCH] ShellPkg: Fix buffer overflow issue in 'map' command.
This patch replace 'StrnCat' with 'StrnCatS' to avoid the buffer overflow in
This patch replace 'StrnCat' with 'StrnCatS' to avoid the buffer overflow in
'map.c'.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin
---
ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c | 24 +++
1 file changed, 20 insertions(+), 4 deletio