Re: [edk2] [PATCH] ShellPkg: Fix Shell assert when mv a file to a NULL target.

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Qiu, Shumin > Sent: Monday, January 4, 2016 8:03 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin ; Carsey, Jaben > > Subject: [PATCH] ShellPkg: Fix Shell

[edk2] [PATCH] ShellPkg: Fix Shell assert when mv a file to a NULL target.

2016-01-04 Thread Qiu Shumin
When run command 'mv file ' the Shell assert. The patch refined the length of the buffer to fix this bug. Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin ---