From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:45:28 -0700 Subject: [U-Boot] [PATCH 2/2] qe: use strncpy instead of strcpy In-Reply-To: <1430812413-7633-2-git-send-email-B45475@freescale.com> References: <1430812413-7633-1-git-send-email-B45475@freescale.com> <1430812413-7633-2-git-send-email-B45475@freescale.com> Message-ID: <55C0DE18.3050304@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- Applied to u-boot-fsl-qoriq master. Thanks. York