Re: [edk2] [Patch] ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local variable used.

2018-09-27 Thread Wu, Jiaxin
Thanks Star, I have committed the patch since it resolves the VS2012 build error. > -Original Message- > From: Zeng, Star > Sent: Friday, September 28, 2018 10:31 AM > To: Wu, Jiaxin ; edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Carsey, > Jaben ; Zeng, Star > Subject: RE: [P

Re: [edk2] [Patch] ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local variable used.

2018-09-27 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Wu, Jiaxin Sent: Thursday, September 27, 2018 10:42 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Carsey, Jaben ; Zeng, Star ; Wu, Jiaxin Subject: [Patch] ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local

[edk2] [Patch] ShellPkg/TftpDynamicCommand: Fix the potentially uninitialized local variable used.

2018-09-27 Thread Jiaxin Wu
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1217 Local variable 'Mtftp4Token' might be uninitialized when error happen. This patch is to resolve the issue. Cc: Ye Ting Cc: Fu Siyuan Cc: Carsey Jaben Cc: Zeng Star Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: