Re: [edk2] [PATCH] ShellPkg: Refine the code logic of StrnCatGrow.

2015-07-01 Thread Gary Ching-Pang Lin
On Wed, Jul 01, 2015 at 10:23:44AM +0800, Qiu Shumin wrote: > In order to indicate the catena length use StrnCatS instead of StrCatS to > generate Destination string, and update the DestMax of Destination string. > I just found the latest OVMF crashed when loading the shell, and this patch works

Re: [edk2] [PATCH] ShellPkg: Refine the code logic of StrnCatGrow.

2015-07-01 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Shah, Tapan [mailto:tapands...@hp.com] > Sent: Wednesday, July 01, 2015 7:22 AM > To: Qiu, Shumin; edk2-devel@lists.sourceforge.net > Cc: Fan, Jeff; Carsey, Jaben > Subject: RE: [PATCH] ShellPkg: Refine the code logic of StrnCatGrow.

Re: [edk2] [PATCH] ShellPkg: Refine the code logic of StrnCatGrow.

2015-07-01 Thread Shah, Tapan
Reviewed-by: Tapan Shah <> -Original Message- From: Qiu Shumin [mailto:shumin@intel.com] Sent: Tuesday, June 30, 2015 9:24 PM To: edk2-devel@lists.sourceforge.net Cc: jeff@intel.com; jaben.car...@intel.com; Shah, Tapan Subject: [PATCH] ShellPkg: Refine the code logic of StrnCatGro

[edk2] [PATCH] ShellPkg: Refine the code logic of StrnCatGrow.

2015-06-30 Thread Qiu Shumin
In order to indicate the catena length use StrnCatS instead of StrCatS to generate Destination string, and update the DestMax of Destination string. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- ShellPkg/Library/UefiShellLib/UefiShellLib.c | 5 +++-- 1 fi