]> git.proxmox.com Git - mirror_edk2.git/commit
This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy through...
authorJaben Carsey <jaben.carsey@intel.com>
Fri, 29 Aug 2014 22:01:54 +0000 (22:01 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Aug 2014 22:01:54 +0000 (22:01 +0000)
commit284065b0a190584412d78cf77dbd833170b3814a
tree4aacb5ecb32e9e2108ccb9fdbd3a4151c3ecaa24
parent99ab5fc36c544e0b6294bcf40dcada5d76ac2792
This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy through some other means.
This patch replaces StrCat with StrnCat or refactors out the usage of StrCat through some other means.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16005 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c