Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-08-04 Thread York Sun
On 05/05/2015 12:53 AM, Zhao Qiang wrote: strncpy is safer than strcpy, use it to instead of strcpy. Signed-off-by: Zhao Qiang b45...@freescale.com --- Applied to u-boot-fsl-qoriq master. Thanks. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-06-29 Thread York Sun
-R58495 Subject: Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy Hi On Tue, May 5, 2015 at 5:15 PM, qiang.z...@freescale.com qiang.z...@freescale.com wrote: On Tue, May 5, 2015 at 4:33 PM, Michael Trimarchi wrote: -Original Message- From: Michael Trimarchi [mailto:mich

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread qiang.z...@freescale.com
, 2015 4:33 PM To: Zhao Qiang-B45475 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy Hi On Tue, May 5, 2015 at 3:53 PM, Zhao Qiang b45...@freescale.com wrote: strncpy is safer than strcpy, use it to instead of strcpy

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread Michael Trimarchi
-B45475 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy Hi On Tue, May 5, 2015 at 5:15 PM, qiang.z...@freescale.com qiang.z...@freescale.com wrote: On Tue, May 5, 2015 at 4:33 PM, Michael Trimarchi wrote: -Original Message

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread Michael Trimarchi
Hi On Tue, May 5, 2015 at 3:53 PM, Zhao Qiang b45...@freescale.com wrote: strncpy is safer than strcpy, use it to instead of strcpy. Signed-off-by: Zhao Qiang b45...@freescale.com --- drivers/qe/qe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/qe/qe.c

[U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread Zhao Qiang
strncpy is safer than strcpy, use it to instead of strcpy. Signed-off-by: Zhao Qiang b45...@freescale.com --- drivers/qe/qe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index f1df0a4..08620b2 100644 --- a/drivers/qe/qe.c +++

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread qiang.z...@freescale.com
On Tue, May 5, 2015 at 4:33 PM, Michael Trimarchi wrote: -Original Message- From: Michael Trimarchi [mailto:mich...@amarulasolutions.com] Sent: Tuesday, May 05, 2015 4:33 PM To: Zhao Qiang-B45475 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [U-Boot] [PATCH 2/2] qe: use

Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy

2015-05-05 Thread Michael Trimarchi
-B45475 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy Hi On Tue, May 5, 2015 at 3:53 PM, Zhao Qiang b45...@freescale.com wrote: strncpy is safer than strcpy, use it to instead of strcpy. Signed-off-by: Zhao Qiang b45