]> git.proxmox.com Git - mirror_edk2.git/commit - ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c
ShellPkg: Refactor string manipulation
authorJaben Carsey <jaben.carsey@intel.com>
Fri, 22 Aug 2014 16:06:55 +0000 (16:06 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 22 Aug 2014 16:06:55 +0000 (16:06 +0000)
commitcea5e3b9bfd55f32d7f8b0df5d613e38597d28a1
tree1c2684e595722ff7f6b005684250bd6d62a99513
parentcd92f93847f8d79e2e4e1e81dead208d0feec5f6
ShellPkg: Refactor string manipulation

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@15882 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c