Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-14 Thread Qiu, Shumin
, October 14, 2015 10:26 PM To: Qiu, Shumin Cc: Carsey, Jaben; edk2-devel@lists.01.org Subject: Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code. On Wed, Oct 14, 2015 at 01:00:15PM +0800, Qiu Shumin wrote: > Cc: Jaben Carsey > Contributed-under: TianoCore Contri

Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-14 Thread Bjorge, Erik C
k2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code. Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ShellP

Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-14 Thread Carsey, Jaben
ATCH] ShellPkg: Use safe string functions to refine Tftp.c > code. > Importance: High > > Cc: Jaben Carsey > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qiu Shumin > --- > ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c | 6 +- > 1 fil

Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-14 Thread Leif Lindholm
On Wed, Oct 14, 2015 at 01:00:15PM +0800, Qiu Shumin wrote: > Cc: Jaben Carsey > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qiu Shumin Could we have a commit message, please? Does this resolve an observed problem, or was it found through code review? Regards, Leif

[edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-13 Thread Qiu Shumin
Cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin --- ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ShellPkg/Library/UefiShellTftpCommandLib/Tftp.c b/ShellPkg/Library/Uefi