[edk2] [PATCH v2 8/9] EmbeddedPkg/MmcDxe: eliminate deprecated string function calls

2016-10-28 Thread Ard Biesheuvel
Get rid of calls to unsafe string functions. These are deprecated and may be removed in the future. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Universal/MmcDxe/Diagnostics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [edk2] [PATCH v2 8/9] EmbeddedPkg/MmcDxe: eliminate deprecated string function calls

2016-10-28 Thread Laszlo Ersek
On 10/28/16 12:44, Ard Biesheuvel wrote: > Get rid of calls to unsafe string functions. These are deprecated and may > be removed in the future. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel > --- > EmbeddedPkg/Universal/MmcDxe/Diagnostics.c | 4 ++--

Re: [edk2] [PATCH v2 8/9] EmbeddedPkg/MmcDxe: eliminate deprecated string function calls

2016-10-28 Thread Leif Lindholm
On Fri, Oct 28, 2016 at 11:44:37AM +0100, Ard Biesheuvel wrote: > Get rid of calls to unsafe string functions. These are deprecated and may > be removed in the future. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm (I also