Re: [edk2] [PATCH v3 4/6] ArmPkg/SemihostFs: eliminate calls to deprecated string functions

2016-10-28 Thread Leif Lindholm
On Fri, Oct 28, 2016 at 10:28:14AM +0100, Ard Biesheuvel wrote: > Remove calls to deprecated string functions like AsciiStrCpy() and > UnicodeStrToAsciiStr() > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel > Reviewed-by: Laszlo Ersek > Tested-by: Ryan

[edk2] [PATCH v3 4/6] ArmPkg/SemihostFs: eliminate calls to deprecated string functions

2016-10-28 Thread Ard Biesheuvel
Remove calls to deprecated string functions like AsciiStrCpy() and UnicodeStrToAsciiStr() Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek Tested-by: Ryan Harkin --- ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c | 20 --