[edk2] [patch] NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()

2015-08-04 Thread Zhang Lubo
The 2nd parameter in AsciiStrCpyS() should be the max available memory of the destination. Cc: Fu Siyuansiyuan...@intel.com Cc: Ye Tingting...@intel.com CC: Wu Jiaxin jiaxin...@intel.com Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo lubo.zh...@intel.com ---

Re: [edk2] [patch] NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()

2015-08-04 Thread Wu, Jiaxin
: Fix assert caused by wrong parameter in AsciiStrCpyS() The 2nd parameter in AsciiStrCpyS() should be the max available memory of the destination. Cc: Fu Siyuansiyuan...@intel.com Cc: Ye Tingting...@intel.com CC: Wu Jiaxin jiaxin...@intel.com Contributed-under: TianoCore Contribution Agreement 1.0